Trait reproto_backend::BaseDecode [] [src]

pub trait BaseDecode<'el> where
    Self: Converter<'el>, 
{ fn base_decode(
        &self,
        ty: &RpType,
        input: Tokens<'el, Self::Custom>
    ) -> Result<Tokens<'el, Self::Custom>>; }

Required Methods

Implementors