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

Required Methods§

Implementors§