pub trait GetTotalBytesSent {
// Required method
fn get_total_bytes_sent(&mut self) -> i64;
}
Required Methods§
sourcefn get_total_bytes_sent(&mut self) -> i64
fn get_total_bytes_sent(&mut self) -> i64
| Get total bytes sent. |
pub trait GetTotalBytesSent {
// Required method
fn get_total_bytes_sent(&mut self) -> i64;
}
| Get total bytes sent. |