pub fn catch_error<S: Clone + 'static>( recover: impl Fn(&str) -> S + 'static, ) -> Operator<S>
catch_error: alias-shaped Rust helper for rescue.
rescue