pub trait IntoNative<T>: Sized where
    T: FromProto<Self>, 
{ fn into_native(self) -> Result<T, ProtoConversionError> { ... } }

Provided Methods

Implementors