Trait tikv_util::logger::FilterFn[][src]

pub trait FilterFn: 'static + Sync + Send + UnwindSafe + RefUnwindSafe + Fn(&Record<'_>) -> bool { }

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]

Loading content...