[][src]Trait twitchchat::IntoChannel

pub trait IntoChannel {
    fn into_channel(self) -> Result<Channel, Error>;
}

A trait to convert types into Channel

Required methods

fn into_channel(self) -> Result<Channel, Error>

Tries to convert this type a channel

Loading content...

Implementors

impl<T> IntoChannel for T where
    T: ToString
[src]

Loading content...