pub type TaskHandler = Arc<dyn Fn(String) -> Result<(), String> + Send + Sync>;
pub struct TaskHandler { /* private fields */ }