Skip to main content

rescue

Function rescue 

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

rescue: absorb upstream ERROR and replace it with recover(error_message).