pub fn fold_optional_box<F: ?Sized + RqFold>(
    fold: &mut F,
    opt: Option<Box<Expr>>
) -> Result<Option<Box<Expr>>>
Expand description

Helper