Trait syncbox::Delayed [] [src]

pub trait Delayed {
    fn delay(&self) -> Duration;
}

A value that should not be used until the delay has expired.

Required Methods

fn delay(&self) -> Duration

Returns he delay associated with the value.

Implementors