Trait StructFromTars

Source
pub trait StructFromTars {
    // Required method
    fn _decode_from(decoder: &mut TarsDecoder) -> Result<Self, DecodeErr>
       where Self: Sized;
}

Required Methods§

Source

fn _decode_from(decoder: &mut TarsDecoder) -> Result<Self, DecodeErr>
where Self: Sized,

Implementors§