[][src]Trait transact::protos::IntoNative

pub trait IntoNative<T>: Sized where
    T: FromProto<Self>, 
{ fn into_native(self) -> Result<T, ProtoConversionError> { ... } }

Provided methods

Loading content...

Implementors

impl IntoNative<Command> for Command[src]

impl IntoNative<SleepType> for Sleep_SleepType[src]

impl IntoNative<StateChange> for StateChange[src]

impl IntoNative<Batch> for Batch[src]

impl IntoNative<BatchHeader> for BatchHeader[src]

impl IntoNative<BatchPair> for Batch[src]

impl IntoNative<AddEvent> for AddEvent[src]

impl IntoNative<AddReceiptData> for AddReceiptData[src]

impl IntoNative<BytesEntry> for BytesEntry[src]

impl IntoNative<CommandPayload> for CommandPayload[src]

impl IntoNative<DeleteState> for DeleteState[src]

impl IntoNative<GetState> for GetState[src]

impl IntoNative<ReturnInternalError> for ReturnInternalError[src]

impl IntoNative<ReturnInvalid> for ReturnInvalid[src]

impl IntoNative<SetState> for SetState[src]

impl IntoNative<Sleep> for Sleep[src]

impl IntoNative<Event> for Event[src]

impl IntoNative<TransactionReceipt> for TransactionReceipt[src]

impl IntoNative<Transaction> for Transaction[src]

impl IntoNative<TransactionHeader> for TransactionHeader[src]

impl IntoNative<ChangeLogEntry> for ChangeLogEntry[src]

impl IntoNative<Successor> for ChangeLogEntry_Successor[src]

Loading content...