Trait splinter::protos::IntoNative[][src]

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

Required methods

Implementors