Skip to main content

write_length

Function write_length 

Source
pub fn write_length<W: Write>(
    writer: &mut W,
    content_length: usize,
) -> Result<usize, Error>
Available on crate feature std only.