pub trait HasStructSize {
    const STRUCT_SIZE: StructSize;
}

Required Associated Constants§

Implementors§