pub async fn get_driver_by_filter(
driver_filter: &String,
driver_development_proxy: &ManagerProxy,
) -> Result<DriverInfo>
Expand description
Gets the desired DriverInfo instance.
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.