[][src]Function syn::visit::visit_expr_struct

pub fn visit_expr_struct<'ast, V: ?Sized>(v: &mut V, node: &'ast ExprStruct) where
    V: Visit<'ast>,