[][src]Type Definition tokio_signal::IoFuture

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

A future whose error is io::Error