pub type Result<T> = Result<T, ProtocolError>;Expand description
Expose custom Result type that wraps ProtocolError
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ProtocolError),
}pub type Result<T> = Result<T, ProtocolError>;Expose custom Result type that wraps ProtocolError
pub enum Result<T> {
Ok(T),
Err(ProtocolError),
}