Trait async_dnssd::GetRemote [] [src]

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

Access Remote handle of Futures and Streams supporting it

Required Methods

get Remote reference

Implementors