[][src]Function yew::start_app

pub fn start_app<COMP>() where
    COMP: Component + Renderable<COMP>,
    COMP::Properties: Default

Starts an app mounted to a body of the document.