Trait mysql_common::misc::raw::bytes::ConstBytesValue
source · pub trait ConstBytesValue<const LEN: usize> {
type Error: Default + Error + Send + Sync + 'static;
const VALUE: [u8; LEN];
}
Required Associated Types§
Required Associated Constants§
Object Safety§
This trait is not object safe.