write_length

Function write_length 

pub fn write_length<W>(
    writer: &mut W,
    content_length: usize,
) -> Result<usize, Error>
where W: Write,
Available on (32-bit or 64-bit) and crate feature std only.