Trait reproto_backend::DynamicConverter [] [src]

pub trait DynamicConverter<'el> where
    Self: Converter<'el>, 
{ fn is_native(&self, _: &RpType) -> bool;
fn map_key_var(&self) -> Tokens<'el, Self::Custom>;
fn map_value_var(&self) -> Tokens<'el, Self::Custom>;
fn array_inner_var(&self) -> Tokens<'el, Self::Custom>; }

Required Methods

If the type deeply compatible already with the language and need no conversion.

Implementors