pub type Result<T, E = ProtocolError> = Result<T, E>;Expand description
A Result type for IRC ProtocolErrors.
Aliased Type§
pub enum Result<T, E = ProtocolError> {
Ok(T),
Err(E),
}pub type Result<T, E = ProtocolError> = Result<T, E>;A Result type for IRC ProtocolErrors.
pub enum Result<T, E = ProtocolError> {
Ok(T),
Err(E),
}