Trait vectortile::Decode[][src]

pub trait Decode {
    fn from_reader(input: &mut Read) -> Result<Self, ProtobufError>
    where
        Self: Sized
; }

Required Methods

Implementors