Trait ByteDisplay

Source
pub trait ByteDisplay {
    // Required method
    fn format_bytes(&self) -> String;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl ByteDisplay for i64

Implementors§