Type Definition distant_core::AcceptFuture[][src]

pub type AcceptFuture<'a, T> = Pin<Box<dyn Future<Output = Result<T>> + Send + 'a>>;