Expand description
The metrics hooks for prometheus.
Structs§
- Hooks
- Helper type for managing hooks
- Hooks
Builder - A builder-like type to create a new
Hooks
instance.
Traits§
- Hook
- The simple alias for function types that are
'static
,Send
, andSync
.