Skip to main content

WriteLearnings

Type Alias WriteLearnings 

Source
pub type WriteLearnings = Arc<dyn Fn(&Learnings) -> Result<(), String> + Send + Sync>;
Expand description

How it writes them back.

Aliased Typeยง

pub struct WriteLearnings { /* private fields */ }