pub fn most_severe_error_provider<'a, P>(levels: &[&'a P]) -> Option<&'a P>where
P: ErrorLevelProvider,Expand description
Returns the reference to the most severe error level provider from a slice of error level providers.
pub fn most_severe_error_provider<'a, P>(levels: &[&'a P]) -> Option<&'a P>where
P: ErrorLevelProvider,Returns the reference to the most severe error level provider from a slice of error level providers.