Skip to main content

Delay

Trait Delay 

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

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§