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