pub type Result<T> = Result<T, StrictPathError>;Expand description
Result type alias for this crate’s operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(StrictPathError),
}pub type Result<T> = Result<T, StrictPathError>;Result type alias for this crate’s operations.
pub enum Result<T> {
Ok(T),
Err(StrictPathError),
}