[]Trait astral::thirdparty::slog::FilterFn

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

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

Loading content...