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

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

fn is_channel_name(&self) -> bool

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...