agde_io

Type Alias BoxFut

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

Aliased Typeยง

struct BoxFut<T> {}