mysql_common::misc::raw::bytes

Trait ConstBytesValue

Source
pub trait ConstBytesValue<const LEN: usize> {
    type Error: Default + Error + Send + Sync + 'static;

    const VALUE: [u8; LEN];
}

Required Associated Constants§

Source

const VALUE: [u8; LEN]

Required Associated Types§

Source

type Error: Default + Error + Send + Sync + 'static

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§