Function mz_frontegg_mock::handlers::group::handle_get_group

source ยท
pub async fn handle_get_group(
    __arg0: State<Arc<Context>>,
    __arg1: Path<String>,
) -> Result<Json<Group>, StatusCode>