[][src]Trait yarte_wasm_app::App

pub trait App: Default + Sized {
    type BlackBox;
    type Message: 'static;
}

App are object which encapsulate state and behavior

App communicate exclusively by directional exchanging messages.

It is recommended not to implement out of WASM Single Page Application context.

Associated Types

type BlackBox

type Message: 'static

Loading content...

Implementors

Loading content...