Skip to main content

FailureCallback

Type Alias FailureCallback 

Source
pub type FailureCallback = dyn Fn(&str) + Send + Sync;
Expand description

Thread-safe hook for logging or metrics when the SDK surfaces a failure string.