Function blaze_pk::tag_pair

source ·
pub fn tag_pair<A: VarInt, B: VarInt>(
    output: &mut Vec<u8>,
    tag: &str,
    value: &(A, B)
)