Trait irc::proto::chan::ChannelExt [] [src]

pub trait ChannelExt {
    fn is_channel_name(&self) -> bool;
}

An extension trait giving strings a function to check if they are a channel.

Required Methods

Returns true if the specified name is a channel name.

Implementors