pub trait FixedGattValue: FromGatt {
const SIZE: usize;
}Expand description
Trait to allow conversion of a fixed size type to and from a byte slice
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".