Trait nannou_wgpu::UncapturedErrorHandler[][src]

pub trait UncapturedErrorHandler: 'static + Fn(Error) + Send { }
Expand description

Type for the callback of uncaptured error handler

Implementors