ByteSize

Trait ByteSize 

Source
pub trait ByteSize {
    // Required method
    fn byte_size(&self) -> usize;
}

Required Methods§

Source

fn byte_size(&self) -> usize

Implementations on Foreign Types§

Source§

impl ByteSize for OsStr

Source§

impl ByteSize for OsString

Source§

impl ByteSize for PathBuf

Implementors§