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.

Implementations on Foreign Types

impl<'a> ChannelExt for &'a str
[src]

impl ChannelExt for String
[src]

Implementors