Function mz_frontegg_mock::handlers::user::handle_get_user

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