Type Definition agde_io::BoxFut

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