pub type LearningResult<T> = Result<T, Error>;
Expand description

A new type which provides clean access to the learning errors