pub type Result<T> = Result<T, AprenderError>;Expand description
Convenience type alias for Results.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(AprenderError),
}pub type Result<T> = Result<T, AprenderError>;Convenience type alias for Results.
pub enum Result<T> {
Ok(T),
Err(AprenderError),
}