pub struct CallCreateExecutive<'a> { /* private fields */ }
Expand description

Executive for a raw call/create action.

Implementations

Create new state with access list.

Create a new call executive using raw data.

Create a new create executive using raw data.

If this executive contains an unconfirmed substate, returns a mutable reference to it.

Execute the executive. If a sub-call/create action is required, a resume trap error is returned. The caller is then expected to call resume_call or resume_create to continue the execution.

Current-level tracing is expected to be handled by caller.

Resume execution from a call trap previsouly trapped by exec.

Current-level tracing is expected to be handled by caller.

Resume execution from a create trap previsouly trapped by exec.

Current-level tracing is expected to be handled by caller.

Execute and consume the current executive. This function handles resume traps and sub-level tracing. The caller is expected to handle current-level tracing.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.