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