Type Definition distant_core::AsyncReturn

source ·
pub type AsyncReturn<'a, T, E = Error> = Pin<Box<dyn Future<Output = Result<T, E>> + Send + 'a>>;