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