[][src]Crate yarte_wasm_app

Structs

Addr

The address of App

Context

Encapsulate inner context of the App

Envelope

Envelope Message in a App type

Mailbox

MailBox of messages enveloped with App type

Traits

App

App are object which encapsulate state and behavior

Handler

Describes how to handle messages of a specific type.

Message

Represent message that can be handled by the app.