[][src]Module wasm_component::state_machine

Traits

Machine

The Machine trait. Implement it on your structur to automatically implement Sender and Reveiver. This trait handles the logic of Finite State Machine and provide some trait binding on the internal type to allow some optimisations.