Skip to main content

UsageUpdateCallback

Type Alias UsageUpdateCallback 

Source
pub type UsageUpdateCallback = Arc<dyn Fn(UsageMetrics) + Send + Sync>;
Expand description

Callback type for usage metrics updates

Aliased Typeยง

pub struct UsageUpdateCallback { /* private fields */ }