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