pub fn write_u16<W: Write>(
    w: &mut W,
    major: MajorKind,
    value: u16
) -> Result<()>
Expand description

Writes a u16 to a cbor encoded byte stream.