Trait sysinfo::NetworkExt [] [src]

pub trait NetworkExt {
    fn get_income(&self) -> u64;
fn get_outcome(&self) -> u64; }

Getting volume of incoming and outcoming data.

Required Methods

Returns the number of incoming bytes.

Returns the number of outcoming bytes.

Implementors