Type Definition melnet::BoxFuture

source · []
pub type BoxFuture<T> = Pin<Box<dyn Future<Output = T> + Send>>;