Struct await::AwaitValue [] [src]

pub struct AwaitValue<T>(pub T);

When they need an Await<T> and there is no need to wait

Trait Implementations

impl<T> Await<T> for AwaitValue<T>

fn await(self) -> T