[][src]Type Definition roa_core::StatusFuture

type StatusFuture<R = ()> = Pin<Box<dyn Future<Output = Result<R, Status>> + Send + 'static>>;