Trait nannou_wgpu::UncapturedErrorHandler
source · pub trait UncapturedErrorHandler: Fn(Error) + Send + 'static { }Expand description
Type for the callback of uncaptured error handler
pub trait UncapturedErrorHandler: Fn(Error) + Send + 'static { }Type for the callback of uncaptured error handler