Type Definition cpal::OutputDevices [] [src]

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

A Devices yielding only output devices.