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§