[][src]Function mcp2210::scan_devices_with_filter

pub fn scan_devices_with_filter<F: FnMut(Device) -> bool>(
    f: F
) -> Result<Vec<PathBuf>>