[−][src]Trait moxie_dom::Stateful
A stateful element within the application.
Associated Types
type Output: Child
[src]
The value returned from update
on each revision.
type Updater: From<Key<Self>>
[src]
The type used to generate updates to the app, typically a wrapper around
moxie::Key
s.