Type Alias tor_hsservice::internal_prelude::future::LocalBoxFuture

pub type LocalBoxFuture<'a, T> = Pin<Box<dyn Future<Output = T> + 'a>>;
Available on crate feature alloc only.
Expand description

BoxFuture, but without the Send requirement.

Aliased Typeยง

struct LocalBoxFuture<'a, T> {}