mz_ore::tracing

Type Alias DirectiveReloader

Source
type DirectiveReloader = Arc<dyn Fn(Vec<Directive>) -> Result<(), Error> + Send + Sync>;
Available on crate feature tracing_ only.

Aliased Typeยง

struct DirectiveReloader { /* private fields */ }