Trait obs_wrapper::output::traits::GetTotalBytesOutput
source · [−]pub trait GetTotalBytesOutput: Sized {
fn get_total_bytes(&mut self) -> u64;
}Required Methods
source
pub trait GetTotalBytesOutput: Sized {
fn get_total_bytes(&mut self) -> u64;
}