Function mz_frontegg_mock::handle_get_user

source ยท
pub(crate) async fn handle_get_user(
    __arg0: State<Arc<Context>>,
    __arg1: Path<Uuid>,
) -> Result<Json<UserResponse>, StatusCode>