Skip to main content

ExceptionCallback

Type Alias ExceptionCallback 

Source
pub type ExceptionCallback = Arc<dyn Fn(&Exception) + Send + Sync>;
Expand description

Callback invoked when the server returns an exception.

Aliased Typeยง

pub struct ExceptionCallback { /* private fields */ }