Type Definition tokio_dns::IoFuture[][src]

type IoFuture<T> = Box<Future<Item = T, Error = Error> + Send>;

An alias for the futures produced by this library.