[][src]Function twitchchat::sync_adapters

pub fn sync_adapters<R, W>(
    read: R,
    write: W
) -> (SyncReadAdapter<R>, SyncWriteAdapter<W>) where
    R: Read,
    W: Write

Create a sync adapater from std::io::{Read, Write}