Trait ruast::Awaitable

source ·
pub trait Awaitable {
    // Required method
    fn await_(self) -> Await;
}

Required Methods§

source

fn await_(self) -> Await

Implementors§

source§

impl<E: Into<Expr>> Awaitable for E