Trait reproto_backend::BaseEncode [] [src]

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

Required Methods

Implementors