pub fn encode<W, C>(writer: W, co: C) -> Encoder<W, C>
Encode a value into an AsyncWrite, using an AsyncEncode.
AsyncWrite
AsyncEncode