pub type Result<T> = Result<T, HoprConfigError>;
Expand description
The default Result object translating errors in the HoprConfigError type
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(HoprConfigError),
}
pub type Result<T> = Result<T, HoprConfigError>;
The default Result object translating errors in the HoprConfigError type
pub enum Result<T> {
Ok(T),
Err(HoprConfigError),
}