[][src]Function bcder::encode::write_header

pub fn write_header<W: Write>(
    target: &mut W,
    tag: Tag,
    constructed: bool,
    content_length: usize
) -> Result<(), Error>

Writes the header for a value.

The header in the sense of this function is the identifier octets and the length octets.