pub trait FilterFn: 'static + Sync + Send + UnwindSafe + RefUnwindSafe + Fn(&Record<'_>) -> bool { }
Function that can be used in Filter drain
Filter