[][src]Trait splinter::protos::IntoProto

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

Required methods

Loading content...

Implementors

impl<N, P> IntoProto<P> for N where
    P: FromNative<N>, 
[src]

Loading content...