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