Expand description
Environment for running a module.
Structs§
- Result of calling a
job
withinPayloadSliceLock::drop_with
. - A wrapper over mutable reference to
PayloadSliceLock
which can give to the caller the slice of the held payload. - Lock for the payload of the incoming/currently executing message.
- Result of calling
Externalities::unlock_payload
.
Traits§
- External api and data for managing memory and messages, use by an executing program to trigger state transition in runtime.