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