pub async fn get_driver_info(
    service: &ManagerProxy,
    driver_filter: &[String]
) -> Result<Vec<DriverInfo>>
Expand description

Combines pagination results into a single vector.