pub fn encode_format<F, W: Write, E: Encode<F> + ?Sized>(
w: W,
e: &E,
) -> Result<(), EncodeError>Expand description
Encode an encodable type into a type which implements std::io::Write with a given format
type.
pub fn encode_format<F, W: Write, E: Encode<F> + ?Sized>(
w: W,
e: &E,
) -> Result<(), EncodeError>Encode an encodable type into a type which implements std::io::Write with a given format
type.