pub fn encode_into_writer<E: Encode, W: Writer, C: Config>(
    val: E,
    writer: W,
    config: C
) -> Result<(), EncodeError>
Expand description

Encode the given value into a custom Writer.

See the config module for more information on configurations.