pub type Result<T> = Result<T, ExchangeError>;Expand description
The result type of exc.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ExchangeError),
}pub type Result<T> = Result<T, ExchangeError>;The result type of exc.
pub enum Result<T> {
Ok(T),
Err(ExchangeError),
}