pub async fn get_devices_by_driver(
    driver_filter: &String,
    driver_development_proxy: &ManagerProxy
) -> Result<Vec<Device>>
Expand description

Gets the devices that are bound to the given driver.

Filter based on the driver’s URL. For example: “fuchsia-boot://domain/#meta/foo.cm”

§Arguments

  • driver_filter - Filter to the driver that matches the given filter.