Trait fluvio_protocol_api::core::EncoderVarInt [−][src]
Required methods
pub fn var_write_size(&self) -> usize[src]
pub fn encode_varint<T>(&self, dest: &mut T) -> Result<(), Error> where
T: BufMut, [src]
T: BufMut,
encoding contents for buffer
Implementations on Foreign Types
impl EncoderVarInt for i64[src]
pub fn var_write_size(&self) -> usize[src]
pub fn encode_varint<T>(&self, dest: &mut T) -> Result<(), Error> where
T: BufMut, [src]
T: BufMut,