[][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

impl FromNative<AuthorizationError> for AuthorizationError[src]

impl FromNative<AuthorizationMessage> for AuthorizationMessage[src]

impl FromNative<ConnectRequest> for ConnectRequest[src]

impl FromNative<ComponentMessage> for ComponentMessage[src]

impl FromNative<Authorized> for AuthorizedMessage[src]

impl FromNative<ConnectResponse> for ConnectResponse[src]

impl FromNative<TrustRequest> for TrustRequest[src]

impl FromNative<ServiceConnectRequest> for SMConnectRequest[src]

impl FromNative<ServiceConnectResponse> for SMConnectResponse[src]

impl FromNative<ServiceDisconnectRequest> for SMDisconnectRequest[src]

impl FromNative<ServiceDisconnectResponse> for SMDisconnectResponse[src]

impl FromNative<ServiceMessage> for ServiceMessage[src]

impl FromNative<ServiceProcessorMessage> for ServiceProcessorMessage[src]

Loading content...