Struct ultron_web::App [−][src]
pub struct App { /* fields omitted */ }Implementations
Trait Implementations
The application can implement this method where it can modify its initial state. This method is called right after the program is mounted into the DOM. Read more
Called each time an action is triggered from the view
This is called after dispatching and updating the dom for the component This is for diagnostic and performance measurement purposes. Read more