pub type LifecycleStep = Box<dyn FnMut() + Send + Sync>;
A function closure that represents one step in a lifecycle.
pub struct LifecycleStep(/* private fields */);