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

Required Methods

Returns the number of bytes that self will be written as.

Implementations on Foreign Types

Implementors