[][src]Trait splinter::protos::FromNative

pub trait FromNative<N>: Sized {
    fn from_native(other: N) -> Result<Self, ProtoConversionError>;
}

Required methods

fn from_native(other: N) -> Result<Self, ProtoConversionError>

Loading content...

Implementors

Loading content...