Skip to main content

ErrorOccurredHandler

Type Alias ErrorOccurredHandler 

Source
pub type ErrorOccurredHandler = Arc<dyn Fn(ErrorOccurredHookInput) -> ErrorOccurredHookOutput + Send + Sync>;

Aliased Type§

pub struct ErrorOccurredHandler { /* private fields */ }