Skip to main content

DeviceLostCallback

Type Alias DeviceLostCallback 

Source
pub type DeviceLostCallback = Box<dyn FnMut(Vec<Device>, DeviceLostReason, String) + Send + 'static>;

Aliased Typeยง

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