Trait nannou::wgpu::UncapturedErrorHandler[][src]

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

Type for the callback of uncaptured error handler

Implementors

impl<T> UncapturedErrorHandler for T where
    T: Fn(Error) + Send + Sync + 'static, 
[src]

Loading content...