pub trait SizeInBytes {
    fn size_in_bytes() -> usize;
}

Required Methods§

Returns the size in bytes.

Implementations on Foreign Types§

Returns the integer size in bytes.

Implementors§