Skip to main content

RequestDeviceCallback

Type Alias RequestDeviceCallback 

Source
pub type RequestDeviceCallback = Box<dyn FnMut(RequestDeviceStatus, Option<Device>, String) + Send + 'static>;

Aliased Typeยง

pub struct RequestDeviceCallback(/* private fields */);