pub type TaskInformerPtr = Arc<Mutex<dyn TaskInformer>>;
pub struct TaskInformerPtr { /* private fields */ }