client

Function client 

Source
fn client<V: IntoView + Send>(
    f: impl Fn() -> V + Send + 'static,
) -> impl IntoView