[][src]Type Definition roa_core::FutureObj

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

Future Object