Trait fluvio::dataplane::core::DecoderVarInt[]

pub trait DecoderVarInt {
    pub fn decode_varint<T>(&mut self, src: &mut T) -> Result<(), Error>
    where
        T: Buf
; }

Required methods

pub fn decode_varint<T>(&mut self, src: &mut T) -> Result<(), Error> where
    T: Buf

Loading content...

Implementations on Foreign Types

impl DecoderVarInt for Vec<u8, Global>

impl DecoderVarInt for i64

impl DecoderVarInt for Option<Vec<u8, Global>>

Loading content...

Implementors

Loading content...