[][src]Trait mandos::InterpretableFrom

pub trait InterpretableFrom<T> {
    pub fn interpret_from(from: T, context: &InterpreterContext) -> Self;
}

Required methods

pub fn interpret_from(from: T, context: &InterpreterContext) -> Self[src]

Loading content...

Implementors

impl InterpretableFrom<CheckEsdtRaw> for CheckEsdt[src]

impl InterpretableFrom<CheckLogsRaw> for CheckLogs[src]

impl InterpretableFrom<CheckStorageRaw> for CheckStorage[src]

impl InterpretableFrom<StepRaw> for Step[src]

impl InterpretableFrom<ValueSubTree> for AddressValue[src]

impl InterpretableFrom<ValueSubTree> for BigUintValue[src]

impl InterpretableFrom<ValueSubTree> for BytesValue[src]

impl InterpretableFrom<ValueSubTree> for U64Value[src]

impl InterpretableFrom<AccountRaw> for Account[src]

impl InterpretableFrom<BlockInfoRaw> for BlockInfo[src]

impl InterpretableFrom<CheckAccountRaw> for CheckAccount[src]

impl InterpretableFrom<CheckAccountsRaw> for CheckAccounts[src]

impl InterpretableFrom<CheckLogRaw> for CheckLog[src]

impl InterpretableFrom<NewAddressRaw> for NewAddress[src]

impl InterpretableFrom<ScenarioRaw> for Scenario[src]

impl InterpretableFrom<TxCallRaw> for TxCall[src]

impl InterpretableFrom<TxDeployRaw> for TxDeploy[src]

impl InterpretableFrom<TxExpectRaw> for TxExpect[src]

impl InterpretableFrom<TxTransferRaw> for TxTransfer[src]

impl InterpretableFrom<TxValidatorRewardRaw> for TxValidatorReward[src]

impl InterpretableFrom<String> for AddressKey[src]

impl InterpretableFrom<String> for BytesKey[src]

impl<T: InterpretableFrom<ValueSubTree>> InterpretableFrom<ValueSubTree> for CheckValue<T>[src]

Loading content...