pub type Result<T> = Result<T, LearningError>;Expand description
Result type for learning system operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(LearningError),
}pub type Result<T> = Result<T, LearningError>;Result type for learning system operations
pub enum Result<T> {
Ok(T),
Err(LearningError),
}