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

type Result<T> = Result<T, IrcError>;

A specialized Result type for the irc crate.