pub trait GetTotalBytesRecv {
    fn get_total_bytes_recv(&mut self) -> i64;
}

Required Methods§

| Get total bytes recv. |

Implementors§