Function comet::_run

source · []
pub async fn _run<Comp, Msg>(_root: Comp)where
    Comp: Component<Msg>,
    Msg: Clone + 'static,