Function from_fn_standalone_borrowed_keyed

Source
pub fn from_fn_standalone_borrowed_keyed<K: Hash, P: 'static + PartialEq>(
    key: K,
    props: P,
    comp: fn(&P) -> Element,
) -> Element