Function libipld_cbor::encode::write_tag[][src]

pub fn write_tag<W: Write>(w: &mut W, tag: u64) -> Result<()>
Expand description

Writes a tag to a cbor encoded byte stream.