[][src]Type Definition roa::FutureObj

type FutureObj = Pin<Box<dyn Future<Output = ()> + 'static + Send>>;

Future Object