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

Type for the callback of uncaptured error handler

Implementors§

source§

impl<T> UncapturedErrorHandler for Twhere T: Fn(Error) + Send + 'static,