[][src]Type Definition irc_proto::error::Result

type Result<T, E = ProtocolError> = Result<T, E>;

A Result type for IRC ProtocolErrors.