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