Trait Interval
runtime_raw
pub trait Interval: Stream<Item = Instant> + Debug + Send { }
A stream representing notifications at a fixed interval.