DeviceLostCallback

Type Alias DeviceLostCallback 

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

Aliased Typeยง

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