Trait slog::FilterFn [] [src]

pub trait FilterFn: 'static + Sync + Send + UnwindSafe + RefUnwindSafe + Fn(&Record) -> bool { }

Function that can be used in Filter drain

Implementors