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