pub type BoxedLifecycle = Box<dyn Lifecycle<S = BoxedStop>>;

Trait Implementations