stop_gateway_handler

Function stop_gateway_handler 

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