[−][src]Trait slog::FilterFn
Function that can be used in Filter drain
Implementors
impl<T: ?Sized> FilterFn for T where
T: 'static + Sync + Send + UnwindSafe + RefUnwindSafe + Fn(&Record) -> bool, [src]
T: 'static + Sync + Send + UnwindSafe + RefUnwindSafe + Fn(&Record) -> bool,