tokio_signal

Type Alias IoFuture

Source
pub type IoFuture<T> = Box<dyn Future<Item = T, Error = Error> + Send>;
Expand description

A future whose error is io::Error

Aliased Typeยง

struct IoFuture<T>(/* private fields */);