Type Definition creed::AsyncResult

source · []
pub type AsyncResult<'a, R> = Pin<Box<dyn Future<Output = Result<R>> + Send + 'a>>;