pub type Result<T, E = DaachorseError> = Result<T, E>;Expand description
A specialized Result type for Daachorse.
Aliased Type§
pub enum Result<T, E = DaachorseError> {
Ok(T),
Err(E),
}pub type Result<T, E = DaachorseError> = Result<T, E>;A specialized Result type for Daachorse.
pub enum Result<T, E = DaachorseError> {
Ok(T),
Err(E),
}