titan_utils

Type Alias BoxedFuture

Source
pub type BoxedFuture<O> = Pin<Box<dyn Future<Output = O>>>;

Aliased Typeยง

struct BoxedFuture<O> {}