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 */);pub type BoxedLifecycle = Box<dyn RouteLifecycle<Future = Pin<Box<dyn Future<Output = LifecycleResult> + Send>>>>;Type-erased lifecycle for dynamic dispatch
pub struct BoxedLifecycle(/* private fields */);