Type Alias BeforeCallback

pub type BeforeCallback<T> = Arc<dyn Fn(T) -> Option<T> + Sync + Send>;
Expand description

Type alias for before event/breadcrumb handlers.

Aliased Typeยง

struct BeforeCallback<T> { /* private fields */ }