CharBuffer

Type Alias CharBuffer 

Source
pub type CharBuffer = U32VarintBuffer;
Expand description

A buffer for storing LEB128 encoded char value.

Aliased Typeยง

pub struct CharBuffer(/* private fields */);