Type Alias mz_ore::tracing::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 */ }