pub trait GetTotalBytesSent {
    fn get_total_bytes_sent(&mut self) -> i64;
}

Required Methods§

| Get total bytes sent. |

Implementors§