pub trait GetTotalBytesOutput: Sized {
    fn get_total_bytes(&mut self) -> u64;
}

Required Methods

Implementors