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

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

Required methods

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

Loading content...

Implementations on Foreign Types

impl DecoderVarInt for Option<Vec<u8>>

impl DecoderVarInt for i64

impl DecoderVarInt for Vec<u8>

Loading content...

Implementors

Loading content...