Skip to main content

BoxedLifecycle

Type Alias BoxedLifecycle 

Source
pub type BoxedLifecycle = Box<dyn RouteLifecycle<Future = Pin<Box<dyn Future<Output = LifecycleResult> + Send>>>>;
Expand description

Type-erased lifecycle for dynamic dispatch

Aliased Typeยง

pub struct BoxedLifecycle(/* private fields */);