Trait wgpu::UncapturedErrorHandler[][src]

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

Type for the callback of uncaptured error handler

Implementors

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

Loading content...