Function syn::visit::visit_expr_range

source ·
pub fn visit_expr_range<'ast, V>(v: &mut V, node: &'ast ExprRange)where
    V: Visit<'ast> + ?Sized,