pub trait HasStructSize {
    fn struct_size() -> StructSize;
}

Required Methods

Implementors