mz_frontegg_mock::handlers::user

Function handle_get_user

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