[][src]Function kagura::run

pub fn run<C: 'static, P: 'static, M: 'static, S: 'static>(
    id: &str,
    props: P,
    children: Vec<Html>
) where
    C: Component<Props = P, Msg = M, Sub = S> + Constructor<Props = P>, 

Starts application with component