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