Type Definition melnet::BoxFuture[][src]

pub type BoxFuture<T> = Pin<Box<dyn Future<Output = T> + Send>>;