Trait spinel_pack::SpinelFixedLen
source · pub trait SpinelFixedLen {
const FIXED_LEN: usize;
}
Expand description
Marker trait for types which always serialize to the same length.
Required Associated Constants§
Object Safety§
This trait is not object safe.