Trait byte_chunk::SizeInBytes[][src]

pub trait SizeInBytes {
    fn bytes_size(&self) -> usize;
}

Required methods

Implementations on Foreign Types

Implementors