dashboard_view

Function dashboard_view 

Source
pub(crate) async fn dashboard_view<E>(
    __arg0: State<UiState<DynGatewayApi<E>>>,
    _auth: UserAuth,
) -> impl IntoResponse
where E: Display,