Type Alias zusi_protocol::Result
source · pub type Result<T> = Result<T, ProtocolError>;Aliased Type§
enum Result<T> {
Ok(T),
Err(ProtocolError),
}pub type Result<T> = Result<T, ProtocolError>;enum Result<T> {
Ok(T),
Err(ProtocolError),
}