pub trait IntoProto<T>: Sized where
    T: FromNative<Self>, 
{ fn into_proto(self) -> Result<T, ProtoConversionError> { ... } }

Provided Methods

Implementors