Skip to main content

catch_errors

Function catch_errors 

Source
pub fn catch_errors<I, F>(kinds: I, filter: F) -> CatchFilter<F>
where I: IntoIterator<Item = BootErrorKind>,
Expand description

Build a Nest-style catch filter for selected BootErrorKind values.