Skip to main content

encode_into_writer

Function encode_into_writer 

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

Encode the given value into a custom Writer.

See the config module for more information on configurations.