pub fn fold_excepthandler<U, F: Fold<U> + ?Sized>(
    folder: &mut F,
    node: ExceptHandler<U>
) -> Result<ExceptHandler<F::TargetU>, F::Error>