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.
pub fn catch_errors<I, F>(kinds: I, filter: F) -> CatchFilter<F>where
I: IntoIterator<Item = BootErrorKind>,Build a Nest-style catch filter for selected BootErrorKind values.