pub trait ByteSize {
    fn byte_size(&self) -> usize;
}

Required Methods

Implementations on Foreign Types

Implementors