pub trait GetRemote {
    fn remote(&self) -> &Remote;
}
Expand description

Access Remote handle of Futures and Streams supporting it

Required Methods§

get Remote reference

Implementors§