irc_rust/
prefix.rs

1pub type Prefix<'a> = (&'a str, Option<&'a str>, Option<&'a str>);