Function papito_dom::comp [] [src]

pub fn comp<P: ComponentOf>(
    props: <<P as ComponentOf>::Comp as Component>::Props
) -> VComponent where
    P::Comp: Component + 'static,