type DirectiveReloader = Arc<dyn Fn(Vec<Directive>) -> Result<(), Error> + Send + Sync>;
tracing_
struct DirectiveReloader { /* private fields */ }