pub async fn encode_compact_width_be<Consumer: BulkConsumer<Item = u8>>(
value: u64,
consumer: &mut Consumer,
) -> Result<(), Consumer::Error>Expand description
Encode a u64 integer as a compact_width(value)-byte big-endian integer, and consume that with a BulkConsumer.