Trait scabbard::protos::IntoNative[][src]

pub trait IntoNative<T>: Sized {
    fn into_native(self) -> Result<T, ProtoConversionError>;
}

Required methods

Loading content...

Implementors

impl<N, P> IntoNative<N> for P where
    N: FromProto<P>, 
[src]

Loading content...