pub trait ChannelExt {
// Required method
fn is_channel_name(&self) -> bool;
}
Expand description
An extension trait giving strings a function to check if they are a channel.
Required Methods§
Sourcefn is_channel_name(&self) -> bool
fn is_channel_name(&self) -> bool
Returns true if the specified name is a channel name.