[][src]Function mynewt::encoding::tinycbor::cbor_encode_tag

pub unsafe extern "C" fn cbor_encode_tag(
    encoder: *mut CborEncoder,
    tag: CborTag
) -> CborError

Appends the CBOR tag \a tag to the CBOR stream provided by \a encoder.

\sa CborTag