runtime_raw

Trait Delay

Source
pub trait Delay:
    Future<Output = Instant>
    + Debug
    + Send { }
Expand description

A future representing the notification that an elapsed duration has occurred.

Implementorsยง