Type Definition tokio_signal::IoStream [] [src]

type IoStream<T> = Box<Stream<Item = T, Error = Error> + Send>;

A stream whose error is io::Error