Skip to main content

catch_error

Function catch_error 

Source
pub fn catch_error<S: Clone + 'static>(
    recover: impl Fn(&str) -> S + 'static,
) -> Operator<S>
Expand description

catch_error: alias-shaped Rust helper for rescue.