async-dnssd 0.2.0

Asynchronous wrapper for DNS-SD C libraries
Documentation
1
2
3
4
5
6
7
use tokio_core::reactor::Remote;

/// Access `Remote` handle of `Future`s and `Stream`s supporting it
pub trait GetRemote {
	/// get `Remote` reference
	fn remote(&self) -> &Remote;
}