Trait bytes_size::Calculate

source ·
pub trait Calculate {
    fn add(&self, a: Self) -> Option<ByteSize>;
    fn sub(&self, r: Self) -> Option<ByteSize>;
}

Required Methods

Implementors