Trait neli::Header

source ·
pub trait Header {
    fn header_size() -> usize;
}
Expand description

Defined for data structures that contain a header.

Required Methods§

Return the size in bytes of the data structure header.

Implementors§