Function encode_into_writer
Source pub fn encode_into_writer<E, W, C>(
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.