[][src]Type Definition fern_colored::Filter

type Filter = dyn Fn(&Metadata<'_>) -> bool + Send + Sync + 'static;

A type alias for a log filter. Returning true means the record should succeed - false means it should fail.