Skip to main content

handle_get_user

Function handle_get_user 

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