Skip to main content

UncapturedErrorCallback

Type Alias UncapturedErrorCallback 

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

Aliased Typeยง

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