titan_utils

Type Alias BoxedSendFuture

Source
pub type BoxedSendFuture<O> = Pin<Box<dyn Future<Output = O> + Send>>;

Aliased Typeยง

struct BoxedSendFuture<O> {}