Type Definition cpal::InputDevices [] [src]

type InputDevices = Filter<Devices, fn(_: &Device) -> bool>;

A Devices yielding only input devices.