[go: up one dir, main page]

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ยง