pub type Result<T> = Result<T, HiveDiscoError>;Expand description
Result type for the service discovery component.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(HiveDiscoError),
}pub type Result<T> = Result<T, HiveDiscoError>;Result type for the service discovery component.
pub enum Result<T> {
Ok(T),
Err(HiveDiscoError),
}