pub fn encode_into_std_write<E: Serialize, C: Config, W: Write>(
val: E,
dst: &mut W,
config: C,
) -> Result<usize, EncodeError>Available on crate features
serde and std only.Expand description
ยงErrors
Returns an EncodeError if the encoding fails.