Struct await::AwaitValue
[−]
[src]
pub struct AwaitValue<T>(pub T);
When they need an Await<T>
and there is no need to wait
pub struct AwaitValue<T>(pub T);
When they need an Await<T>
and there is no need to wait
impl<T> Await<T> for AwaitValue<T>
fn await(self) -> T