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