[−][src]Trait ttv_chat::Encodable
A trait to allow writing messags to any std::io::Write implementation
Required methods
fn encode<W>(&self, buf: &mut W) -> Result<(), Error> where
W: Write + ?Sized,
W: Write + ?Sized,
Encode this message to the provided std::io::Write implementation
Implementations on Foreign Types
impl Encodable for Rc<[u8]>[src]
impl Encodable for String[src]
impl<'_, T> Encodable for &'_ T where
T: Encodable + ?Sized, [src]
T: Encodable + ?Sized,