[][src]Trait irc_proto::chan::ChannelExt

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

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

Required methods

pub fn is_channel_name(&self) -> bool[src]

Returns true if the specified name is a channel name.

Loading content...

Implementations on Foreign Types

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

impl ChannelExt for String[src]

Loading content...

Implementors

Loading content...