Struct ntex_util::time::Interval [−][src]
pub struct Interval { /* fields omitted */ }Expand description
Interval returned by interval
This type allows you to wait on a sequence of instants with a certain duration between each instant.
Implementations
Trait Implementations
Attempt to pull out the next value of this stream, registering the
current task for wakeup if the value is not yet available, and returning
None if the stream is exhausted. Read more
