pub trait NetworkClient {
    fn client(&self) -> &Client;
}

Required methods

Implementors