pub async fn get_all_aircraft(
    __arg0: Extension<GrpcClients>
) -> Result<Json<Vec<Aircraft>>, (StatusCode, String)>
Expand description

Get all aircraft from the database.