Trait slog::FilterFn [−][src]
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,