pub type Result<T, E = ProxyError> = Result<T, E>;Expand description
Result type alias for proxy operations
Aliased Type§
pub enum Result<T, E = ProxyError> {
Ok(T),
Err(E),
}pub type Result<T, E = ProxyError> = Result<T, E>;Result type alias for proxy operations
pub enum Result<T, E = ProxyError> {
Ok(T),
Err(E),
}