pub type Result<T> = Result<T, ProtocolError>;Expand description
Protocol-specific Result type
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ProtocolError),
}pub type Result<T> = Result<T, ProtocolError>;Protocol-specific Result type
pub enum Result<T> {
Ok(T),
Err(ProtocolError),
}