[][src]Type Definition tokio_signal::IoStream

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

A stream whose error is io::Error