encode_format

Function encode_format 

Source
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.