Skip to main content

Reloader

Type Alias Reloader 

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

Aliased Typeยง

struct Reloader { /* private fields */ }