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.
pub trait SpinelFixedLen {
const FIXED_LEN: usize;
}
Marker trait for types which always serialize to the same length.