enumerate_with_args

Function enumerate_with_args 

Source
pub fn enumerate_with_args<A: TryInto<Args>>(a: A) -> Result<Vec<Args>, Error>
Expand description

Enumerate devices with given Args.

ยงReturns

A vector or Args that provide information about the device and can be used to identify it uniquely, i.e., passing the Args to Device::from_args will open this particular device.