Trait fluvio_protocol_core::DecoderVarInt[][src]

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

Required methods

Implementations on Foreign Types

Implementors