Trait ruukh::AppMount

source ·
pub trait AppMount {
    fn app_mount(self) -> Element;
}
Expand description

Trait to get an element on which the App is going to be mounted.

Required Methods

Consumes self and gets an element from the DOM.

If the implementation returns an error, panic it instead as it is not worth it to run the app anymore.

Implementations on Foreign Types

Implementors