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