pub type Result<T> = Result<T, MesherError>;Expand description
Result type alias using MesherError.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(MesherError),
}pub type Result<T> = Result<T, MesherError>;Result type alias using MesherError.
pub enum Result<T> {
Ok(T),
Err(MesherError),
}