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