pub type Result<T> = Result<T, MustyError>;Expand description
Result type used by musty.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(MustyError),
}pub type Result<T> = Result<T, MustyError>;Result type used by musty.
pub enum Result<T> {
Ok(T),
Err(MustyError),
}