Module stateroom_wasm::prelude
source · Structs
- Re-exports useful items from
stateroom
andstateroom_wasm_macro
. - Re-exports useful items from
stateroom
andstateroom_wasm_macro
. Combines a SimpleStateroomService with an owned StateroomContext in order to implement StateroomService.
Enums
- Re-exports useful items from
stateroom
andstateroom_wasm_macro
. Represents the recipient(s) of a message.
Traits
- Re-exports useful items from
stateroom
andstateroom_wasm_macro
. A simplified interface for creating a StateroomService that can be exposed as a WebAssembly module. - Re-exports useful items from
stateroom
andstateroom_wasm_macro
. Provides an interface for a StateroomService instance to send messages back to its host environment. - Re-exports useful items from
stateroom
andstateroom_wasm_macro
. The host interface to a Stateroom service. Implementations should instead implement the trait SimpleStateroomService. - Re-exports useful items from
stateroom
andstateroom_wasm_macro
. Enables an object to become a StateroomService of the associatedService
type.
Attribute Macros
- Exposes a
stateroom_wasm::SimpleStateroomService
-implementing trait as a WebAssembly module.