pub type OnInactive = Box<dyn Fn(Arc<ComponentIdentity>) + Send + Sync>;
pub struct OnInactive(/* private fields */);