|
co_usb
|
A type which can provide libusb_device_handle *.
More...
#include <device_handle_source.hpp>
A type which can provide libusb_device_handle *.
| Ty | Type satisfying the DeviceHandlePointer contract. |
A single object which may be queried to obtain a libusb_device_handle *. Must either be a libusb_device_handle * itself or provide .get() -> libusb_device_handle * method.