Trait bin_utils::StaticallySized
source · pub trait StaticallySized {
const SIZE: usize;
}Expand description
A trait indicating, that a type only has one fixed size.
Required Associated Constants§
Object Safety§
This trait is not object safe.