Type Definition tokio_signal::IoFuture [−][src]
type IoFuture<T> = Box<Future<Item = T, Error = Error> + Send>;
A future whose error is io::Error
type IoFuture<T> = Box<Future<Item = T, Error = Error> + Send>;
A future whose error is io::Error