Trait sflow::Decodeable [] [src]

pub trait Decodeable {
    fn read_and_decode(_: &mut ReadSeeker) -> Result<Self, Error>
    where
        Self: Sized
; }

Required Methods

Implementors