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