[][src]Function hirola_core::mount

pub fn mount<C, S, P>(component: &mut C, props: P) where
    C: Component<P, S>,
    S: State + Default,
    P: Props