pub type WriteLearnings = Arc<dyn Fn(&Learnings) -> Result<(), String> + Send + Sync>;
How it writes them back.
pub struct WriteLearnings { /* private fields */ }