get_page

Function get_page 

Source
pub async fn get_page<F, V>(
    render_fn: impl FnOnce() -> F + Send + Sync + 'static,
) -> Response<Full<Bytes>>
where F: Future<Output = V>, V: View + 'static,