mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-28 21:02:29 +01:00
200 lines
124 KiB
HTML
200 lines
124 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Syntax tree traversal to walk a shared borrow of a syntax tree."><title>Visit in syn::visit - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../static.files/rustdoc-ac92e1bbe349e143.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="syn" data-themes="" data-resource-suffix="" data-rustdoc-version="1.76.0 (07dca489a 2024-02-04)" data-channel="1.76.0" data-search-js="search-2b6ce74ff89ae146.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../../static.files/storage-f2adc0d6ca4d09fb.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-305769736d49e732.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-feafe1bb7466e4bd.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc trait"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">☰</button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../syn/index.html">syn</a><span class="version">2.0.38</span></h2></div><h2 class="location"><a href="#">Visit</a></h2><div class="sidebar-elems"><section><h3><a href="#provided-methods">Provided Methods</a></h3><ul class="block"><li><a href="#method.visit_abi">visit_abi</a></li><li><a href="#method.visit_angle_bracketed_generic_arguments">visit_angle_bracketed_generic_arguments</a></li><li><a href="#method.visit_arm">visit_arm</a></li><li><a href="#method.visit_assoc_const">visit_assoc_const</a></li><li><a href="#method.visit_assoc_type">visit_assoc_type</a></li><li><a href="#method.visit_attr_style">visit_attr_style</a></li><li><a href="#method.visit_attribute">visit_attribute</a></li><li><a href="#method.visit_bare_fn_arg">visit_bare_fn_arg</a></li><li><a href="#method.visit_bare_variadic">visit_bare_variadic</a></li><li><a href="#method.visit_bin_op">visit_bin_op</a></li><li><a href="#method.visit_block">visit_block</a></li><li><a href="#method.visit_bound_lifetimes">visit_bound_lifetimes</a></li><li><a href="#method.visit_const_param">visit_const_param</a></li><li><a href="#method.visit_constraint">visit_constraint</a></li><li><a href="#method.visit_data">visit_data</a></li><li><a href="#method.visit_data_enum">visit_data_enum</a></li><li><a href="#method.visit_data_struct">visit_data_struct</a></li><li><a href="#method.visit_data_union">visit_data_union</a></li><li><a href="#method.visit_derive_input">visit_derive_input</a></li><li><a href="#method.visit_expr">visit_expr</a></li><li><a href="#method.visit_expr_array">visit_expr_array</a></li><li><a href="#method.visit_expr_assign">visit_expr_assign</a></li><li><a href="#method.visit_expr_async">visit_expr_async</a></li><li><a href="#method.visit_expr_await">visit_expr_await</a></li><li><a href="#method.visit_expr_binary">visit_expr_binary</a></li><li><a href="#method.visit_expr_block">visit_expr_block</a></li><li><a href="#method.visit_expr_break">visit_expr_break</a></li><li><a href="#method.visit_expr_call">visit_expr_call</a></li><li><a href="#method.visit_expr_cast">visit_expr_cast</a></li><li><a href="#method.visit_expr_closure">visit_expr_closure</a></li><li><a href="#method.visit_expr_const">visit_expr_const</a></li><li><a href="#method.visit_expr_continue">visit_expr_continue</a></li><li><a href="#method.visit_expr_field">visit_expr_field</a></li><li><a href="#method.visit_expr_for_loop">visit_expr_for_loop</a></li><li><a href="#method.visit_expr_group">visit_expr_group</a></li><li><a href="#method.visit_expr_if">visit_expr_if</a></li><li><a href="#method.visit_expr_index">visit_expr_index</a></li><li><a href="#method.visit_expr_infer">visit_expr_infer</a></li><li><a href="#method.visit_expr_let">visit_expr_let</a></li><li><a href="#method.visit_expr_lit">visit_expr_lit</a></li><li><a href="#method.visit_expr_loop">visit_expr_loop</a></li><li><a href="#method.visit_expr_macro">visit_expr_macro</a></li><li><a href="#method.visit_expr_match">visit_expr_match</a></li><li><a href="#method.visit_expr_method_call">visit_expr_method_call</a></li><li><a href="#method.visit_expr_paren">visit_expr_paren</a></li><li><a href="#method.visit_expr_path">visit_expr_path</a></li><li><a href="#method.visit_expr_range">visit_expr_range</a></li><li><a href="#method.visit_expr_reference">visit_expr_reference</a></li><li><a href="#method.visit_expr_repeat">visit_expr_repeat</a></li><li><a href="#method.visit_expr_return">visit_expr_return</a></li><li><a href="#method.visit_expr_struct">visit_expr_struct</a></li><li><a href="#method.visit_expr_try">visit_expr_try</a></li><li><a href="#method.visit_expr_try_block">visit_expr_try_block</a></li><li><a href="#method.visit_expr_tuple">visit_expr_tuple</a></li><li><a href="#method.visit_expr_unary">visit_expr_unary</a></li><li><a href="#method.visit_expr_unsafe">visit_expr_unsafe</a></li><li><a href="#method.visit_expr_while">visit_expr_while</a></li><li><a href="#method.visit_expr_yield">visit_expr_yield</a></li><li><a href="#method.visit_field">visit_field</a></li><li><a href="#method.visit_field_mutability">visit_field_mutability</a></li><li><a href="#method.visit_field_pat">visit_field_pat</a></li><li><a href="#method.visit_field_value">visit_field_value</a></li><li><a href="#method.visit_fields">visit_fields</a></li><li><a href="#method.visit_fields_named">visit_fields_named</a></li><li><a href="#method.visit_fields_unnamed">visit_fields_unnamed</a></li><li><a href="#method.visit_file">visit_file</a></li><li><a href="#method.visit_fn_arg">visit_fn_arg</a></li><li><a href="#method.visit_foreign_item">visit_foreign_item</a></li><li><a href="#method.visit_foreign_item_fn">visit_foreign_item_fn</a></li><li><a href="#method.visit_foreign_item_macro">visit_foreign_item_macro</a></li><li><a href="#method.visit_foreign_item_static">visit_foreign_item_static</a></li><li><a href="#method.visit_foreign_item_type">visit_foreign_item_type</a></li><li><a href="#method.visit_generic_argument">visit_generic_argument</a></li><li><a href="#method.visit_generic_param">visit_generic_param</a></li><li><a href="#method.visit_generics">visit_generics</a></li><li><a href="#method.visit_ident">visit_ident</a></li><li><a href="#method.visit_impl_item">visit_impl_item</a></li><li><a href="#method.visit_impl_item_const">visit_impl_item_const</a></li><li><a href="#method.visit_impl_item_fn">visit_impl_item_fn</a></li><li><a href="#method.visit_impl_item_macro">visit_impl_item_macro</a></li><li><a href="#method.visit_impl_item_type">visit_impl_item_type</a></li><li><a href="#method.visit_impl_restriction">visit_impl_restriction</a></li><li><a href="#method.visit_index">visit_index</a></li><li><a href="#method.visit_item">visit_item</a></li><li><a href="#method.visit_item_const">visit_item_const</a></li><li><a href="#method.visit_item_enum">visit_item_enum</a></li><li><a href="#method.visit_item_extern_crate">visit_item_extern_crate</a></li><li><a href="#method.visit_item_fn">visit_item_fn</a></li><li><a href="#method.visit_item_foreign_mod">visit_item_foreign_mod</a></li><li><a href="#method.visit_item_impl">visit_item_impl</a></li><li><a href="#method.visit_item_macro">visit_item_macro</a></li><li><a href="#method.visit_item_mod">visit_item_mod</a></li><li><a href="#method.visit_item_static">visit_item_static</a></li><li><a href="#method.visit_item_struct">visit_item_struct</a></li><li><a href="#method.visit_item_trait">visit_item_trait</a></li><li><a href="#method.visit_item_trait_alias">visit_item_trait_alias</a></li><li><a href="#method.visit_item_type">visit_item_type</a></li><li><a href="#method.visit_item_union">visit_item_union</a></li><li><a href="#method.visit_item_use">visit_item_use</a></li><li><a href="#method.visit_label">visit_label</a></li><li><a href="#method.visit_lifetime">visit_lifetime</a></li><li><a href="#method.visit_lifetime_param">visit_lifetime_param</a></li><li><a href="#method.visit_lit">visit_lit</a></li><li><a href="#method.visit_lit_bool">visit_lit_bool</a></li><li><a href="#method.visit_lit_byte">visit_lit_byte</a></li><li><a href="#method.visit_lit_byte_str">visit_lit_byte_str</a></li><li><a href="#method.visit_lit_char">visit_lit_char</a></li><li><a href="#method.visit_lit_float">visit_lit_float</a></li><li><a href="#method.visit_lit_int">visit_lit_int</a></li><li><a href="#method.visit_lit_str">visit_lit_str</a></li><li><a href="#method.visit_local">visit_local</a></li><li><a href="#method.visit_local_init">visit_local_init</a></li><li><a href="#method.visit_macro">visit_macro</a></li><li><a href="#method.visit_macro_delimiter">visit_macro_delimiter</a></li><li><a href="#method.visit_member">visit_member</a></li><li><a href="#method.visit_meta">visit_meta</a></li><li><a href="#method.visit_meta_list">visit_meta_list</a></li><li><a href="#method.visit_meta_name_value">visit_meta_name_value</a></li><li><a href="#method.visit_parenthesized_generic_arguments">visit_parenthesized_generic_arguments</a></li><li><a href="#method.visit_pat">visit_pat</a></li><li><a href="#method.visit_pat_ident">visit_pat_ident</a></li><li><a href="#method.visit_pat_or">visit_pat_or</a></li><li><a href="#method.visit_pat_paren">visit_pat_paren</a></li><li><a href="#method.visit_pat_reference">visit_pat_reference</a></li><li><a href="#method.visit_pat_rest">visit_pat_rest</a></li><li><a href="#method.visit_pat_slice">visit_pat_slice</a></li><li><a href="#method.visit_pat_struct">visit_pat_struct</a></li><li><a href="#method.visit_pat_tuple">visit_pat_tuple</a></li><li><a href="#method.visit_pat_tuple_struct">visit_pat_tuple_struct</a></li><li><a href="#method.visit_pat_type">visit_pat_type</a></li><li><a href="#method.visit_pat_wild">visit_pat_wild</a></li><li><a href="#method.visit_path">visit_path</a></li><li><a href="#method.visit_path_arguments">visit_path_arguments</a></li><li><a href="#method.visit_path_segment">visit_path_segment</a></li><li><a href="#method.visit_predicate_lifetime">visit_predicate_lifetime</a></li><li><a href="#method.visit_predicate_type">visit_predicate_type</a></li><li><a href="#method.visit_qself">visit_qself</a></li><li><a href="#method.visit_range_limits">visit_range_limits</a></li><li><a href="#method.visit_receiver">visit_receiver</a></li><li><a href="#method.visit_return_type">visit_return_type</a></li><li><a href="#method.visit_signature">visit_signature</a></li><li><a href="#method.visit_span">visit_span</a></li><li><a href="#method.visit_static_mutability">visit_static_mutability</a></li><li><a href="#method.visit_stmt">visit_stmt</a></li><li><a href="#method.visit_stmt_macro">visit_stmt_macro</a></li><li><a href="#method.visit_trait_bound">visit_trait_bound</a></li><li><a href="#method.visit_trait_bound_modifier">visit_trait_bound_modifier</a></li><li><a href="#method.visit_trait_item">visit_trait_item</a></li><li><a href="#method.visit_trait_item_const">visit_trait_item_const</a></li><li><a href="#method.visit_trait_item_fn">visit_trait_item_fn</a></li><li><a href="#method.visit_trait_item_macro">visit_trait_item_macro</a></li><li><a href="#method.visit_trait_item_type">visit_trait_item_type</a></li><li><a href="#method.visit_type">visit_type</a></li><li><a href="#method.visit_type_array">visit_type_array</a></li><li><a href="#method.visit_type_bare_fn">visit_type_bare_fn</a></li><li><a href="#method.visit_type_group">visit_type_group</a></li><li><a href="#method.visit_type_impl_trait">visit_type_impl_trait</a></li><li><a href="#method.visit_type_infer">visit_type_infer</a></li><li><a href="#method.visit_type_macro">visit_type_macro</a></li><li><a href="#method.visit_type_never">visit_type_never</a></li><li><a href="#method.visit_type_param">visit_type_param</a></li><li><a href="#method.visit_type_param_bound">visit_type_param_bound</a></li><li><a href="#method.visit_type_paren">visit_type_paren</a></li><li><a href="#method.visit_type_path">visit_type_path</a></li><li><a href="#method.visit_type_ptr">visit_type_ptr</a></li><li><a href="#method.visit_type_reference">visit_type_reference</a></li><li><a href="#method.visit_type_slice">visit_type_slice</a></li><li><a href="#method.visit_type_trait_object">visit_type_trait_object</a></li><li><a href="#method.visit_type_tuple">visit_type_tuple</a></li><li><a href="#method.visit_un_op">visit_un_op</a></li><li><a href="#method.visit_use_glob">visit_use_glob</a></li><li><a href="#method.visit_use_group">visit_use_group</a></li><li><a href="#method.visit_use_name">visit_use_name</a></li><li><a href="#method.visit_use_path">visit_use_path</a></li><li><a href="#method.visit_use_rename">visit_use_rename</a></li><li><a href="#method.visit_use_tree">visit_use_tree</a></li><li><a href="#method.visit_variadic">visit_variadic</a></li><li><a href="#method.visit_variant">visit_variant</a></li><li><a href="#method.visit_vis_restricted">visit_vis_restricted</a></li><li><a href="#method.visit_visibility">visit_visibility</a></li><li><a href="#method.visit_where_clause">visit_where_clause</a></li><li><a href="#method.visit_where_predicate">visit_where_predicate</a></li></ul><h3><a href="#implementors">Implementors</a></h3></section><h2><a href="index.html">In syn::visit</a></h2></div></nav><div class="sidebar-resizer"></div>
|
||
<main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><div id="sidebar-button" tabindex="-1"><a href="../../syn/all.html" title="show sidebar"></a></div><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" tabindex="-1"><a href="../../help.html" title="help">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Trait <a href="../index.html">syn</a>::<wbr><a href="index.html">visit</a>::<wbr><a class="trait" href="#">Visit</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="../../src/syn/gen/visit.rs.html#30-754">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>−</span>]</button></span></div><pre class="rust item-decl"><code>pub trait Visit<'ast> {
|
||
<details class="toggle type-contents-toggle"><summary class="hideme"><span>Show 182 methods</span></summary> // Provided methods
|
||
fn <a href="#method.visit_abi" class="fn">visit_abi</a>(&mut self, i: &'ast <a class="struct" href="../struct.Abi.html" title="struct syn::Abi">Abi</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_angle_bracketed_generic_arguments" class="fn">visit_angle_bracketed_generic_arguments</a>(
|
||
&mut self,
|
||
i: &'ast <a class="struct" href="../struct.AngleBracketedGenericArguments.html" title="struct syn::AngleBracketedGenericArguments">AngleBracketedGenericArguments</a>
|
||
) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_arm" class="fn">visit_arm</a>(&mut self, i: &'ast <a class="struct" href="../struct.Arm.html" title="struct syn::Arm">Arm</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_assoc_const" class="fn">visit_assoc_const</a>(&mut self, i: &'ast <a class="struct" href="../struct.AssocConst.html" title="struct syn::AssocConst">AssocConst</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_assoc_type" class="fn">visit_assoc_type</a>(&mut self, i: &'ast <a class="struct" href="../struct.AssocType.html" title="struct syn::AssocType">AssocType</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_attr_style" class="fn">visit_attr_style</a>(&mut self, i: &'ast <a class="enum" href="../enum.AttrStyle.html" title="enum syn::AttrStyle">AttrStyle</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_attribute" class="fn">visit_attribute</a>(&mut self, i: &'ast <a class="struct" href="../struct.Attribute.html" title="struct syn::Attribute">Attribute</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_bare_fn_arg" class="fn">visit_bare_fn_arg</a>(&mut self, i: &'ast <a class="struct" href="../struct.BareFnArg.html" title="struct syn::BareFnArg">BareFnArg</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_bare_variadic" class="fn">visit_bare_variadic</a>(&mut self, i: &'ast <a class="struct" href="../struct.BareVariadic.html" title="struct syn::BareVariadic">BareVariadic</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_bin_op" class="fn">visit_bin_op</a>(&mut self, i: &'ast <a class="enum" href="../enum.BinOp.html" title="enum syn::BinOp">BinOp</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_block" class="fn">visit_block</a>(&mut self, i: &'ast <a class="struct" href="../struct.Block.html" title="struct syn::Block">Block</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_bound_lifetimes" class="fn">visit_bound_lifetimes</a>(&mut self, i: &'ast <a class="struct" href="../struct.BoundLifetimes.html" title="struct syn::BoundLifetimes">BoundLifetimes</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_const_param" class="fn">visit_const_param</a>(&mut self, i: &'ast <a class="struct" href="../struct.ConstParam.html" title="struct syn::ConstParam">ConstParam</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_constraint" class="fn">visit_constraint</a>(&mut self, i: &'ast <a class="struct" href="../struct.Constraint.html" title="struct syn::Constraint">Constraint</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_data" class="fn">visit_data</a>(&mut self, i: &'ast <a class="enum" href="../enum.Data.html" title="enum syn::Data">Data</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_data_enum" class="fn">visit_data_enum</a>(&mut self, i: &'ast <a class="struct" href="../struct.DataEnum.html" title="struct syn::DataEnum">DataEnum</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_data_struct" class="fn">visit_data_struct</a>(&mut self, i: &'ast <a class="struct" href="../struct.DataStruct.html" title="struct syn::DataStruct">DataStruct</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_data_union" class="fn">visit_data_union</a>(&mut self, i: &'ast <a class="struct" href="../struct.DataUnion.html" title="struct syn::DataUnion">DataUnion</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_derive_input" class="fn">visit_derive_input</a>(&mut self, i: &'ast <a class="struct" href="../struct.DeriveInput.html" title="struct syn::DeriveInput">DeriveInput</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr" class="fn">visit_expr</a>(&mut self, i: &'ast <a class="enum" href="../enum.Expr.html" title="enum syn::Expr">Expr</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_array" class="fn">visit_expr_array</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprArray.html" title="struct syn::ExprArray">ExprArray</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_assign" class="fn">visit_expr_assign</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprAssign.html" title="struct syn::ExprAssign">ExprAssign</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_async" class="fn">visit_expr_async</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprAsync.html" title="struct syn::ExprAsync">ExprAsync</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_await" class="fn">visit_expr_await</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprAwait.html" title="struct syn::ExprAwait">ExprAwait</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_binary" class="fn">visit_expr_binary</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprBinary.html" title="struct syn::ExprBinary">ExprBinary</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_block" class="fn">visit_expr_block</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprBlock.html" title="struct syn::ExprBlock">ExprBlock</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_break" class="fn">visit_expr_break</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprBreak.html" title="struct syn::ExprBreak">ExprBreak</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_call" class="fn">visit_expr_call</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprCall.html" title="struct syn::ExprCall">ExprCall</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_cast" class="fn">visit_expr_cast</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprCast.html" title="struct syn::ExprCast">ExprCast</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_closure" class="fn">visit_expr_closure</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprClosure.html" title="struct syn::ExprClosure">ExprClosure</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_const" class="fn">visit_expr_const</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprConst.html" title="struct syn::ExprConst">ExprConst</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_continue" class="fn">visit_expr_continue</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprContinue.html" title="struct syn::ExprContinue">ExprContinue</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_field" class="fn">visit_expr_field</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprField.html" title="struct syn::ExprField">ExprField</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_for_loop" class="fn">visit_expr_for_loop</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprForLoop.html" title="struct syn::ExprForLoop">ExprForLoop</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_group" class="fn">visit_expr_group</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprGroup.html" title="struct syn::ExprGroup">ExprGroup</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_if" class="fn">visit_expr_if</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprIf.html" title="struct syn::ExprIf">ExprIf</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_index" class="fn">visit_expr_index</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprIndex.html" title="struct syn::ExprIndex">ExprIndex</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_infer" class="fn">visit_expr_infer</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprInfer.html" title="struct syn::ExprInfer">ExprInfer</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_let" class="fn">visit_expr_let</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprLet.html" title="struct syn::ExprLet">ExprLet</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_lit" class="fn">visit_expr_lit</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprLit.html" title="struct syn::ExprLit">ExprLit</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_loop" class="fn">visit_expr_loop</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprLoop.html" title="struct syn::ExprLoop">ExprLoop</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_macro" class="fn">visit_expr_macro</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprMacro.html" title="struct syn::ExprMacro">ExprMacro</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_match" class="fn">visit_expr_match</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprMatch.html" title="struct syn::ExprMatch">ExprMatch</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_method_call" class="fn">visit_expr_method_call</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprMethodCall.html" title="struct syn::ExprMethodCall">ExprMethodCall</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_paren" class="fn">visit_expr_paren</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprParen.html" title="struct syn::ExprParen">ExprParen</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_path" class="fn">visit_expr_path</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprPath.html" title="struct syn::ExprPath">ExprPath</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_range" class="fn">visit_expr_range</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprRange.html" title="struct syn::ExprRange">ExprRange</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_reference" class="fn">visit_expr_reference</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprReference.html" title="struct syn::ExprReference">ExprReference</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_repeat" class="fn">visit_expr_repeat</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprRepeat.html" title="struct syn::ExprRepeat">ExprRepeat</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_return" class="fn">visit_expr_return</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprReturn.html" title="struct syn::ExprReturn">ExprReturn</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_struct" class="fn">visit_expr_struct</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprStruct.html" title="struct syn::ExprStruct">ExprStruct</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_try" class="fn">visit_expr_try</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprTry.html" title="struct syn::ExprTry">ExprTry</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_try_block" class="fn">visit_expr_try_block</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprTryBlock.html" title="struct syn::ExprTryBlock">ExprTryBlock</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_tuple" class="fn">visit_expr_tuple</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprTuple.html" title="struct syn::ExprTuple">ExprTuple</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_unary" class="fn">visit_expr_unary</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprUnary.html" title="struct syn::ExprUnary">ExprUnary</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_unsafe" class="fn">visit_expr_unsafe</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprUnsafe.html" title="struct syn::ExprUnsafe">ExprUnsafe</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_while" class="fn">visit_expr_while</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprWhile.html" title="struct syn::ExprWhile">ExprWhile</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_expr_yield" class="fn">visit_expr_yield</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprYield.html" title="struct syn::ExprYield">ExprYield</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_field" class="fn">visit_field</a>(&mut self, i: &'ast <a class="struct" href="../struct.Field.html" title="struct syn::Field">Field</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_field_mutability" class="fn">visit_field_mutability</a>(&mut self, i: &'ast <a class="enum" href="../enum.FieldMutability.html" title="enum syn::FieldMutability">FieldMutability</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_field_pat" class="fn">visit_field_pat</a>(&mut self, i: &'ast <a class="struct" href="../struct.FieldPat.html" title="struct syn::FieldPat">FieldPat</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_field_value" class="fn">visit_field_value</a>(&mut self, i: &'ast <a class="struct" href="../struct.FieldValue.html" title="struct syn::FieldValue">FieldValue</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_fields" class="fn">visit_fields</a>(&mut self, i: &'ast <a class="enum" href="../enum.Fields.html" title="enum syn::Fields">Fields</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_fields_named" class="fn">visit_fields_named</a>(&mut self, i: &'ast <a class="struct" href="../struct.FieldsNamed.html" title="struct syn::FieldsNamed">FieldsNamed</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_fields_unnamed" class="fn">visit_fields_unnamed</a>(&mut self, i: &'ast <a class="struct" href="../struct.FieldsUnnamed.html" title="struct syn::FieldsUnnamed">FieldsUnnamed</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_file" class="fn">visit_file</a>(&mut self, i: &'ast <a class="struct" href="../struct.File.html" title="struct syn::File">File</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_fn_arg" class="fn">visit_fn_arg</a>(&mut self, i: &'ast <a class="enum" href="../enum.FnArg.html" title="enum syn::FnArg">FnArg</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_foreign_item" class="fn">visit_foreign_item</a>(&mut self, i: &'ast <a class="enum" href="../enum.ForeignItem.html" title="enum syn::ForeignItem">ForeignItem</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_foreign_item_fn" class="fn">visit_foreign_item_fn</a>(&mut self, i: &'ast <a class="struct" href="../struct.ForeignItemFn.html" title="struct syn::ForeignItemFn">ForeignItemFn</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_foreign_item_macro" class="fn">visit_foreign_item_macro</a>(&mut self, i: &'ast <a class="struct" href="../struct.ForeignItemMacro.html" title="struct syn::ForeignItemMacro">ForeignItemMacro</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_foreign_item_static" class="fn">visit_foreign_item_static</a>(&mut self, i: &'ast <a class="struct" href="../struct.ForeignItemStatic.html" title="struct syn::ForeignItemStatic">ForeignItemStatic</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_foreign_item_type" class="fn">visit_foreign_item_type</a>(&mut self, i: &'ast <a class="struct" href="../struct.ForeignItemType.html" title="struct syn::ForeignItemType">ForeignItemType</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_generic_argument" class="fn">visit_generic_argument</a>(&mut self, i: &'ast <a class="enum" href="../enum.GenericArgument.html" title="enum syn::GenericArgument">GenericArgument</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_generic_param" class="fn">visit_generic_param</a>(&mut self, i: &'ast <a class="enum" href="../enum.GenericParam.html" title="enum syn::GenericParam">GenericParam</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_generics" class="fn">visit_generics</a>(&mut self, i: &'ast <a class="struct" href="../struct.Generics.html" title="struct syn::Generics">Generics</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_ident" class="fn">visit_ident</a>(&mut self, i: &'ast <a class="struct" href="../struct.Ident.html" title="struct syn::Ident">Ident</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_impl_item" class="fn">visit_impl_item</a>(&mut self, i: &'ast <a class="enum" href="../enum.ImplItem.html" title="enum syn::ImplItem">ImplItem</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_impl_item_const" class="fn">visit_impl_item_const</a>(&mut self, i: &'ast <a class="struct" href="../struct.ImplItemConst.html" title="struct syn::ImplItemConst">ImplItemConst</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_impl_item_fn" class="fn">visit_impl_item_fn</a>(&mut self, i: &'ast <a class="struct" href="../struct.ImplItemFn.html" title="struct syn::ImplItemFn">ImplItemFn</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_impl_item_macro" class="fn">visit_impl_item_macro</a>(&mut self, i: &'ast <a class="struct" href="../struct.ImplItemMacro.html" title="struct syn::ImplItemMacro">ImplItemMacro</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_impl_item_type" class="fn">visit_impl_item_type</a>(&mut self, i: &'ast <a class="struct" href="../struct.ImplItemType.html" title="struct syn::ImplItemType">ImplItemType</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_impl_restriction" class="fn">visit_impl_restriction</a>(&mut self, i: &'ast <a class="enum" href="../enum.ImplRestriction.html" title="enum syn::ImplRestriction">ImplRestriction</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_index" class="fn">visit_index</a>(&mut self, i: &'ast <a class="struct" href="../struct.Index.html" title="struct syn::Index">Index</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_item" class="fn">visit_item</a>(&mut self, i: &'ast <a class="enum" href="../enum.Item.html" title="enum syn::Item">Item</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_item_const" class="fn">visit_item_const</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemConst.html" title="struct syn::ItemConst">ItemConst</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_item_enum" class="fn">visit_item_enum</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemEnum.html" title="struct syn::ItemEnum">ItemEnum</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_item_extern_crate" class="fn">visit_item_extern_crate</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemExternCrate.html" title="struct syn::ItemExternCrate">ItemExternCrate</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_item_fn" class="fn">visit_item_fn</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemFn.html" title="struct syn::ItemFn">ItemFn</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_item_foreign_mod" class="fn">visit_item_foreign_mod</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemForeignMod.html" title="struct syn::ItemForeignMod">ItemForeignMod</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_item_impl" class="fn">visit_item_impl</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemImpl.html" title="struct syn::ItemImpl">ItemImpl</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_item_macro" class="fn">visit_item_macro</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemMacro.html" title="struct syn::ItemMacro">ItemMacro</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_item_mod" class="fn">visit_item_mod</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemMod.html" title="struct syn::ItemMod">ItemMod</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_item_static" class="fn">visit_item_static</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemStatic.html" title="struct syn::ItemStatic">ItemStatic</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_item_struct" class="fn">visit_item_struct</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemStruct.html" title="struct syn::ItemStruct">ItemStruct</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_item_trait" class="fn">visit_item_trait</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemTrait.html" title="struct syn::ItemTrait">ItemTrait</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_item_trait_alias" class="fn">visit_item_trait_alias</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemTraitAlias.html" title="struct syn::ItemTraitAlias">ItemTraitAlias</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_item_type" class="fn">visit_item_type</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemType.html" title="struct syn::ItemType">ItemType</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_item_union" class="fn">visit_item_union</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemUnion.html" title="struct syn::ItemUnion">ItemUnion</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_item_use" class="fn">visit_item_use</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemUse.html" title="struct syn::ItemUse">ItemUse</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_label" class="fn">visit_label</a>(&mut self, i: &'ast <a class="struct" href="../struct.Label.html" title="struct syn::Label">Label</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_lifetime" class="fn">visit_lifetime</a>(&mut self, i: &'ast <a class="struct" href="../struct.Lifetime.html" title="struct syn::Lifetime">Lifetime</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_lifetime_param" class="fn">visit_lifetime_param</a>(&mut self, i: &'ast <a class="struct" href="../struct.LifetimeParam.html" title="struct syn::LifetimeParam">LifetimeParam</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_lit" class="fn">visit_lit</a>(&mut self, i: &'ast <a class="enum" href="../enum.Lit.html" title="enum syn::Lit">Lit</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_lit_bool" class="fn">visit_lit_bool</a>(&mut self, i: &'ast <a class="struct" href="../struct.LitBool.html" title="struct syn::LitBool">LitBool</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_lit_byte" class="fn">visit_lit_byte</a>(&mut self, i: &'ast <a class="struct" href="../struct.LitByte.html" title="struct syn::LitByte">LitByte</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_lit_byte_str" class="fn">visit_lit_byte_str</a>(&mut self, i: &'ast <a class="struct" href="../struct.LitByteStr.html" title="struct syn::LitByteStr">LitByteStr</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_lit_char" class="fn">visit_lit_char</a>(&mut self, i: &'ast <a class="struct" href="../struct.LitChar.html" title="struct syn::LitChar">LitChar</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_lit_float" class="fn">visit_lit_float</a>(&mut self, i: &'ast <a class="struct" href="../struct.LitFloat.html" title="struct syn::LitFloat">LitFloat</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_lit_int" class="fn">visit_lit_int</a>(&mut self, i: &'ast <a class="struct" href="../struct.LitInt.html" title="struct syn::LitInt">LitInt</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_lit_str" class="fn">visit_lit_str</a>(&mut self, i: &'ast <a class="struct" href="../struct.LitStr.html" title="struct syn::LitStr">LitStr</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_local" class="fn">visit_local</a>(&mut self, i: &'ast <a class="struct" href="../struct.Local.html" title="struct syn::Local">Local</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_local_init" class="fn">visit_local_init</a>(&mut self, i: &'ast <a class="struct" href="../struct.LocalInit.html" title="struct syn::LocalInit">LocalInit</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_macro" class="fn">visit_macro</a>(&mut self, i: &'ast <a class="struct" href="../struct.Macro.html" title="struct syn::Macro">Macro</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_macro_delimiter" class="fn">visit_macro_delimiter</a>(&mut self, i: &'ast <a class="enum" href="../enum.MacroDelimiter.html" title="enum syn::MacroDelimiter">MacroDelimiter</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_member" class="fn">visit_member</a>(&mut self, i: &'ast <a class="enum" href="../enum.Member.html" title="enum syn::Member">Member</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_meta" class="fn">visit_meta</a>(&mut self, i: &'ast <a class="enum" href="../enum.Meta.html" title="enum syn::Meta">Meta</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_meta_list" class="fn">visit_meta_list</a>(&mut self, i: &'ast <a class="struct" href="../struct.MetaList.html" title="struct syn::MetaList">MetaList</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_meta_name_value" class="fn">visit_meta_name_value</a>(&mut self, i: &'ast <a class="struct" href="../struct.MetaNameValue.html" title="struct syn::MetaNameValue">MetaNameValue</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_parenthesized_generic_arguments" class="fn">visit_parenthesized_generic_arguments</a>(
|
||
&mut self,
|
||
i: &'ast <a class="struct" href="../struct.ParenthesizedGenericArguments.html" title="struct syn::ParenthesizedGenericArguments">ParenthesizedGenericArguments</a>
|
||
) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_pat" class="fn">visit_pat</a>(&mut self, i: &'ast <a class="enum" href="../enum.Pat.html" title="enum syn::Pat">Pat</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_pat_ident" class="fn">visit_pat_ident</a>(&mut self, i: &'ast <a class="struct" href="../struct.PatIdent.html" title="struct syn::PatIdent">PatIdent</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_pat_or" class="fn">visit_pat_or</a>(&mut self, i: &'ast <a class="struct" href="../struct.PatOr.html" title="struct syn::PatOr">PatOr</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_pat_paren" class="fn">visit_pat_paren</a>(&mut self, i: &'ast <a class="struct" href="../struct.PatParen.html" title="struct syn::PatParen">PatParen</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_pat_reference" class="fn">visit_pat_reference</a>(&mut self, i: &'ast <a class="struct" href="../struct.PatReference.html" title="struct syn::PatReference">PatReference</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_pat_rest" class="fn">visit_pat_rest</a>(&mut self, i: &'ast <a class="struct" href="../struct.PatRest.html" title="struct syn::PatRest">PatRest</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_pat_slice" class="fn">visit_pat_slice</a>(&mut self, i: &'ast <a class="struct" href="../struct.PatSlice.html" title="struct syn::PatSlice">PatSlice</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_pat_struct" class="fn">visit_pat_struct</a>(&mut self, i: &'ast <a class="struct" href="../struct.PatStruct.html" title="struct syn::PatStruct">PatStruct</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_pat_tuple" class="fn">visit_pat_tuple</a>(&mut self, i: &'ast <a class="struct" href="../struct.PatTuple.html" title="struct syn::PatTuple">PatTuple</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_pat_tuple_struct" class="fn">visit_pat_tuple_struct</a>(&mut self, i: &'ast <a class="struct" href="../struct.PatTupleStruct.html" title="struct syn::PatTupleStruct">PatTupleStruct</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_pat_type" class="fn">visit_pat_type</a>(&mut self, i: &'ast <a class="struct" href="../struct.PatType.html" title="struct syn::PatType">PatType</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_pat_wild" class="fn">visit_pat_wild</a>(&mut self, i: &'ast <a class="struct" href="../struct.PatWild.html" title="struct syn::PatWild">PatWild</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_path" class="fn">visit_path</a>(&mut self, i: &'ast <a class="struct" href="../struct.Path.html" title="struct syn::Path">Path</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_path_arguments" class="fn">visit_path_arguments</a>(&mut self, i: &'ast <a class="enum" href="../enum.PathArguments.html" title="enum syn::PathArguments">PathArguments</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_path_segment" class="fn">visit_path_segment</a>(&mut self, i: &'ast <a class="struct" href="../struct.PathSegment.html" title="struct syn::PathSegment">PathSegment</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_predicate_lifetime" class="fn">visit_predicate_lifetime</a>(&mut self, i: &'ast <a class="struct" href="../struct.PredicateLifetime.html" title="struct syn::PredicateLifetime">PredicateLifetime</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_predicate_type" class="fn">visit_predicate_type</a>(&mut self, i: &'ast <a class="struct" href="../struct.PredicateType.html" title="struct syn::PredicateType">PredicateType</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_qself" class="fn">visit_qself</a>(&mut self, i: &'ast <a class="struct" href="../struct.QSelf.html" title="struct syn::QSelf">QSelf</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_range_limits" class="fn">visit_range_limits</a>(&mut self, i: &'ast <a class="enum" href="../enum.RangeLimits.html" title="enum syn::RangeLimits">RangeLimits</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_receiver" class="fn">visit_receiver</a>(&mut self, i: &'ast <a class="struct" href="../struct.Receiver.html" title="struct syn::Receiver">Receiver</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_return_type" class="fn">visit_return_type</a>(&mut self, i: &'ast <a class="enum" href="../enum.ReturnType.html" title="enum syn::ReturnType">ReturnType</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_signature" class="fn">visit_signature</a>(&mut self, i: &'ast <a class="struct" href="../struct.Signature.html" title="struct syn::Signature">Signature</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_span" class="fn">visit_span</a>(&mut self, i: &<a class="struct" href="../../proc_macro2/struct.Span.html" title="struct proc_macro2::Span">Span</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_static_mutability" class="fn">visit_static_mutability</a>(&mut self, i: &'ast <a class="enum" href="../enum.StaticMutability.html" title="enum syn::StaticMutability">StaticMutability</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_stmt" class="fn">visit_stmt</a>(&mut self, i: &'ast <a class="enum" href="../enum.Stmt.html" title="enum syn::Stmt">Stmt</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_stmt_macro" class="fn">visit_stmt_macro</a>(&mut self, i: &'ast <a class="struct" href="../struct.StmtMacro.html" title="struct syn::StmtMacro">StmtMacro</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_trait_bound" class="fn">visit_trait_bound</a>(&mut self, i: &'ast <a class="struct" href="../struct.TraitBound.html" title="struct syn::TraitBound">TraitBound</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_trait_bound_modifier" class="fn">visit_trait_bound_modifier</a>(&mut self, i: &'ast <a class="enum" href="../enum.TraitBoundModifier.html" title="enum syn::TraitBoundModifier">TraitBoundModifier</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_trait_item" class="fn">visit_trait_item</a>(&mut self, i: &'ast <a class="enum" href="../enum.TraitItem.html" title="enum syn::TraitItem">TraitItem</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_trait_item_const" class="fn">visit_trait_item_const</a>(&mut self, i: &'ast <a class="struct" href="../struct.TraitItemConst.html" title="struct syn::TraitItemConst">TraitItemConst</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_trait_item_fn" class="fn">visit_trait_item_fn</a>(&mut self, i: &'ast <a class="struct" href="../struct.TraitItemFn.html" title="struct syn::TraitItemFn">TraitItemFn</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_trait_item_macro" class="fn">visit_trait_item_macro</a>(&mut self, i: &'ast <a class="struct" href="../struct.TraitItemMacro.html" title="struct syn::TraitItemMacro">TraitItemMacro</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_trait_item_type" class="fn">visit_trait_item_type</a>(&mut self, i: &'ast <a class="struct" href="../struct.TraitItemType.html" title="struct syn::TraitItemType">TraitItemType</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_type" class="fn">visit_type</a>(&mut self, i: &'ast <a class="enum" href="../enum.Type.html" title="enum syn::Type">Type</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_type_array" class="fn">visit_type_array</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypeArray.html" title="struct syn::TypeArray">TypeArray</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_type_bare_fn" class="fn">visit_type_bare_fn</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypeBareFn.html" title="struct syn::TypeBareFn">TypeBareFn</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_type_group" class="fn">visit_type_group</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypeGroup.html" title="struct syn::TypeGroup">TypeGroup</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_type_impl_trait" class="fn">visit_type_impl_trait</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypeImplTrait.html" title="struct syn::TypeImplTrait">TypeImplTrait</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_type_infer" class="fn">visit_type_infer</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypeInfer.html" title="struct syn::TypeInfer">TypeInfer</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_type_macro" class="fn">visit_type_macro</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypeMacro.html" title="struct syn::TypeMacro">TypeMacro</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_type_never" class="fn">visit_type_never</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypeNever.html" title="struct syn::TypeNever">TypeNever</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_type_param" class="fn">visit_type_param</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypeParam.html" title="struct syn::TypeParam">TypeParam</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_type_param_bound" class="fn">visit_type_param_bound</a>(&mut self, i: &'ast <a class="enum" href="../enum.TypeParamBound.html" title="enum syn::TypeParamBound">TypeParamBound</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_type_paren" class="fn">visit_type_paren</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypeParen.html" title="struct syn::TypeParen">TypeParen</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_type_path" class="fn">visit_type_path</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypePath.html" title="struct syn::TypePath">TypePath</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_type_ptr" class="fn">visit_type_ptr</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypePtr.html" title="struct syn::TypePtr">TypePtr</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_type_reference" class="fn">visit_type_reference</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypeReference.html" title="struct syn::TypeReference">TypeReference</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_type_slice" class="fn">visit_type_slice</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypeSlice.html" title="struct syn::TypeSlice">TypeSlice</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_type_trait_object" class="fn">visit_type_trait_object</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypeTraitObject.html" title="struct syn::TypeTraitObject">TypeTraitObject</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_type_tuple" class="fn">visit_type_tuple</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypeTuple.html" title="struct syn::TypeTuple">TypeTuple</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_un_op" class="fn">visit_un_op</a>(&mut self, i: &'ast <a class="enum" href="../enum.UnOp.html" title="enum syn::UnOp">UnOp</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_use_glob" class="fn">visit_use_glob</a>(&mut self, i: &'ast <a class="struct" href="../struct.UseGlob.html" title="struct syn::UseGlob">UseGlob</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_use_group" class="fn">visit_use_group</a>(&mut self, i: &'ast <a class="struct" href="../struct.UseGroup.html" title="struct syn::UseGroup">UseGroup</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_use_name" class="fn">visit_use_name</a>(&mut self, i: &'ast <a class="struct" href="../struct.UseName.html" title="struct syn::UseName">UseName</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_use_path" class="fn">visit_use_path</a>(&mut self, i: &'ast <a class="struct" href="../struct.UsePath.html" title="struct syn::UsePath">UsePath</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_use_rename" class="fn">visit_use_rename</a>(&mut self, i: &'ast <a class="struct" href="../struct.UseRename.html" title="struct syn::UseRename">UseRename</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_use_tree" class="fn">visit_use_tree</a>(&mut self, i: &'ast <a class="enum" href="../enum.UseTree.html" title="enum syn::UseTree">UseTree</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_variadic" class="fn">visit_variadic</a>(&mut self, i: &'ast <a class="struct" href="../struct.Variadic.html" title="struct syn::Variadic">Variadic</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_variant" class="fn">visit_variant</a>(&mut self, i: &'ast <a class="struct" href="../struct.Variant.html" title="struct syn::Variant">Variant</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_vis_restricted" class="fn">visit_vis_restricted</a>(&mut self, i: &'ast <a class="struct" href="../struct.VisRestricted.html" title="struct syn::VisRestricted">VisRestricted</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_visibility" class="fn">visit_visibility</a>(&mut self, i: &'ast <a class="enum" href="../enum.Visibility.html" title="enum syn::Visibility">Visibility</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_where_clause" class="fn">visit_where_clause</a>(&mut self, i: &'ast <a class="struct" href="../struct.WhereClause.html" title="struct syn::WhereClause">WhereClause</a>) { ... }
|
||
<span class="item-spacer"></span> fn <a href="#method.visit_where_predicate" class="fn">visit_where_predicate</a>(&mut self, i: &'ast <a class="enum" href="../enum.WherePredicate.html" title="enum syn::WherePredicate">WherePredicate</a>) { ... }
|
||
</details>}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Syntax tree traversal to walk a shared borrow of a syntax tree.</p>
|
||
<p>See the <a href="index.html" title="mod syn::visit">module documentation</a> for details.</p>
|
||
</div></details><h2 id="provided-methods" class="section-header">Provided Methods<a href="#provided-methods" class="anchor">§</a></h2><div class="methods"><section id="method.visit_abi" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#32-34">source</a><h4 class="code-header">fn <a href="#method.visit_abi" class="fn">visit_abi</a>(&mut self, i: &'ast <a class="struct" href="../struct.Abi.html" title="struct syn::Abi">Abi</a>)</h4></section><section id="method.visit_angle_bracketed_generic_arguments" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#36-41">source</a><h4 class="code-header">fn <a href="#method.visit_angle_bracketed_generic_arguments" class="fn">visit_angle_bracketed_generic_arguments</a>(
|
||
&mut self,
|
||
i: &'ast <a class="struct" href="../struct.AngleBracketedGenericArguments.html" title="struct syn::AngleBracketedGenericArguments">AngleBracketedGenericArguments</a>
|
||
)</h4></section><section id="method.visit_arm" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#43-45">source</a><h4 class="code-header">fn <a href="#method.visit_arm" class="fn">visit_arm</a>(&mut self, i: &'ast <a class="struct" href="../struct.Arm.html" title="struct syn::Arm">Arm</a>)</h4></section><section id="method.visit_assoc_const" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#47-49">source</a><h4 class="code-header">fn <a href="#method.visit_assoc_const" class="fn">visit_assoc_const</a>(&mut self, i: &'ast <a class="struct" href="../struct.AssocConst.html" title="struct syn::AssocConst">AssocConst</a>)</h4></section><section id="method.visit_assoc_type" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#51-53">source</a><h4 class="code-header">fn <a href="#method.visit_assoc_type" class="fn">visit_assoc_type</a>(&mut self, i: &'ast <a class="struct" href="../struct.AssocType.html" title="struct syn::AssocType">AssocType</a>)</h4></section><section id="method.visit_attr_style" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#55-57">source</a><h4 class="code-header">fn <a href="#method.visit_attr_style" class="fn">visit_attr_style</a>(&mut self, i: &'ast <a class="enum" href="../enum.AttrStyle.html" title="enum syn::AttrStyle">AttrStyle</a>)</h4></section><section id="method.visit_attribute" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#59-61">source</a><h4 class="code-header">fn <a href="#method.visit_attribute" class="fn">visit_attribute</a>(&mut self, i: &'ast <a class="struct" href="../struct.Attribute.html" title="struct syn::Attribute">Attribute</a>)</h4></section><section id="method.visit_bare_fn_arg" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#63-65">source</a><h4 class="code-header">fn <a href="#method.visit_bare_fn_arg" class="fn">visit_bare_fn_arg</a>(&mut self, i: &'ast <a class="struct" href="../struct.BareFnArg.html" title="struct syn::BareFnArg">BareFnArg</a>)</h4></section><section id="method.visit_bare_variadic" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#67-69">source</a><h4 class="code-header">fn <a href="#method.visit_bare_variadic" class="fn">visit_bare_variadic</a>(&mut self, i: &'ast <a class="struct" href="../struct.BareVariadic.html" title="struct syn::BareVariadic">BareVariadic</a>)</h4></section><section id="method.visit_bin_op" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#71-73">source</a><h4 class="code-header">fn <a href="#method.visit_bin_op" class="fn">visit_bin_op</a>(&mut self, i: &'ast <a class="enum" href="../enum.BinOp.html" title="enum syn::BinOp">BinOp</a>)</h4></section><section id="method.visit_block" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#75-77">source</a><h4 class="code-header">fn <a href="#method.visit_block" class="fn">visit_block</a>(&mut self, i: &'ast <a class="struct" href="../struct.Block.html" title="struct syn::Block">Block</a>)</h4></section><section id="method.visit_bound_lifetimes" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#79-81">source</a><h4 class="code-header">fn <a href="#method.visit_bound_lifetimes" class="fn">visit_bound_lifetimes</a>(&mut self, i: &'ast <a class="struct" href="../struct.BoundLifetimes.html" title="struct syn::BoundLifetimes">BoundLifetimes</a>)</h4></section><section id="method.visit_const_param" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#83-85">source</a><h4 class="code-header">fn <a href="#method.visit_const_param" class="fn">visit_const_param</a>(&mut self, i: &'ast <a class="struct" href="../struct.ConstParam.html" title="struct syn::ConstParam">ConstParam</a>)</h4></section><section id="method.visit_constraint" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#87-89">source</a><h4 class="code-header">fn <a href="#method.visit_constraint" class="fn">visit_constraint</a>(&mut self, i: &'ast <a class="struct" href="../struct.Constraint.html" title="struct syn::Constraint">Constraint</a>)</h4></section><section id="method.visit_data" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#91-93">source</a><h4 class="code-header">fn <a href="#method.visit_data" class="fn">visit_data</a>(&mut self, i: &'ast <a class="enum" href="../enum.Data.html" title="enum syn::Data">Data</a>)</h4></section><section id="method.visit_data_enum" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#95-97">source</a><h4 class="code-header">fn <a href="#method.visit_data_enum" class="fn">visit_data_enum</a>(&mut self, i: &'ast <a class="struct" href="../struct.DataEnum.html" title="struct syn::DataEnum">DataEnum</a>)</h4></section><section id="method.visit_data_struct" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#99-101">source</a><h4 class="code-header">fn <a href="#method.visit_data_struct" class="fn">visit_data_struct</a>(&mut self, i: &'ast <a class="struct" href="../struct.DataStruct.html" title="struct syn::DataStruct">DataStruct</a>)</h4></section><section id="method.visit_data_union" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#103-105">source</a><h4 class="code-header">fn <a href="#method.visit_data_union" class="fn">visit_data_union</a>(&mut self, i: &'ast <a class="struct" href="../struct.DataUnion.html" title="struct syn::DataUnion">DataUnion</a>)</h4></section><section id="method.visit_derive_input" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#107-109">source</a><h4 class="code-header">fn <a href="#method.visit_derive_input" class="fn">visit_derive_input</a>(&mut self, i: &'ast <a class="struct" href="../struct.DeriveInput.html" title="struct syn::DeriveInput">DeriveInput</a>)</h4></section><section id="method.visit_expr" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#111-113">source</a><h4 class="code-header">fn <a href="#method.visit_expr" class="fn">visit_expr</a>(&mut self, i: &'ast <a class="enum" href="../enum.Expr.html" title="enum syn::Expr">Expr</a>)</h4></section><section id="method.visit_expr_array" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#115-117">source</a><h4 class="code-header">fn <a href="#method.visit_expr_array" class="fn">visit_expr_array</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprArray.html" title="struct syn::ExprArray">ExprArray</a>)</h4></section><section id="method.visit_expr_assign" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#119-121">source</a><h4 class="code-header">fn <a href="#method.visit_expr_assign" class="fn">visit_expr_assign</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprAssign.html" title="struct syn::ExprAssign">ExprAssign</a>)</h4></section><section id="method.visit_expr_async" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#123-125">source</a><h4 class="code-header">fn <a href="#method.visit_expr_async" class="fn">visit_expr_async</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprAsync.html" title="struct syn::ExprAsync">ExprAsync</a>)</h4></section><section id="method.visit_expr_await" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#127-129">source</a><h4 class="code-header">fn <a href="#method.visit_expr_await" class="fn">visit_expr_await</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprAwait.html" title="struct syn::ExprAwait">ExprAwait</a>)</h4></section><section id="method.visit_expr_binary" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#131-133">source</a><h4 class="code-header">fn <a href="#method.visit_expr_binary" class="fn">visit_expr_binary</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprBinary.html" title="struct syn::ExprBinary">ExprBinary</a>)</h4></section><section id="method.visit_expr_block" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#135-137">source</a><h4 class="code-header">fn <a href="#method.visit_expr_block" class="fn">visit_expr_block</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprBlock.html" title="struct syn::ExprBlock">ExprBlock</a>)</h4></section><section id="method.visit_expr_break" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#139-141">source</a><h4 class="code-header">fn <a href="#method.visit_expr_break" class="fn">visit_expr_break</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprBreak.html" title="struct syn::ExprBreak">ExprBreak</a>)</h4></section><section id="method.visit_expr_call" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#143-145">source</a><h4 class="code-header">fn <a href="#method.visit_expr_call" class="fn">visit_expr_call</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprCall.html" title="struct syn::ExprCall">ExprCall</a>)</h4></section><section id="method.visit_expr_cast" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#147-149">source</a><h4 class="code-header">fn <a href="#method.visit_expr_cast" class="fn">visit_expr_cast</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprCast.html" title="struct syn::ExprCast">ExprCast</a>)</h4></section><section id="method.visit_expr_closure" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#151-153">source</a><h4 class="code-header">fn <a href="#method.visit_expr_closure" class="fn">visit_expr_closure</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprClosure.html" title="struct syn::ExprClosure">ExprClosure</a>)</h4></section><section id="method.visit_expr_const" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#155-157">source</a><h4 class="code-header">fn <a href="#method.visit_expr_const" class="fn">visit_expr_const</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprConst.html" title="struct syn::ExprConst">ExprConst</a>)</h4></section><section id="method.visit_expr_continue" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#159-161">source</a><h4 class="code-header">fn <a href="#method.visit_expr_continue" class="fn">visit_expr_continue</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprContinue.html" title="struct syn::ExprContinue">ExprContinue</a>)</h4></section><section id="method.visit_expr_field" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#163-165">source</a><h4 class="code-header">fn <a href="#method.visit_expr_field" class="fn">visit_expr_field</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprField.html" title="struct syn::ExprField">ExprField</a>)</h4></section><section id="method.visit_expr_for_loop" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#167-169">source</a><h4 class="code-header">fn <a href="#method.visit_expr_for_loop" class="fn">visit_expr_for_loop</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprForLoop.html" title="struct syn::ExprForLoop">ExprForLoop</a>)</h4></section><section id="method.visit_expr_group" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#171-173">source</a><h4 class="code-header">fn <a href="#method.visit_expr_group" class="fn">visit_expr_group</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprGroup.html" title="struct syn::ExprGroup">ExprGroup</a>)</h4></section><section id="method.visit_expr_if" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#175-177">source</a><h4 class="code-header">fn <a href="#method.visit_expr_if" class="fn">visit_expr_if</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprIf.html" title="struct syn::ExprIf">ExprIf</a>)</h4></section><section id="method.visit_expr_index" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#179-181">source</a><h4 class="code-header">fn <a href="#method.visit_expr_index" class="fn">visit_expr_index</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprIndex.html" title="struct syn::ExprIndex">ExprIndex</a>)</h4></section><section id="method.visit_expr_infer" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#183-185">source</a><h4 class="code-header">fn <a href="#method.visit_expr_infer" class="fn">visit_expr_infer</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprInfer.html" title="struct syn::ExprInfer">ExprInfer</a>)</h4></section><section id="method.visit_expr_let" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#187-189">source</a><h4 class="code-header">fn <a href="#method.visit_expr_let" class="fn">visit_expr_let</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprLet.html" title="struct syn::ExprLet">ExprLet</a>)</h4></section><section id="method.visit_expr_lit" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#191-193">source</a><h4 class="code-header">fn <a href="#method.visit_expr_lit" class="fn">visit_expr_lit</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprLit.html" title="struct syn::ExprLit">ExprLit</a>)</h4></section><section id="method.visit_expr_loop" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#195-197">source</a><h4 class="code-header">fn <a href="#method.visit_expr_loop" class="fn">visit_expr_loop</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprLoop.html" title="struct syn::ExprLoop">ExprLoop</a>)</h4></section><section id="method.visit_expr_macro" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#199-201">source</a><h4 class="code-header">fn <a href="#method.visit_expr_macro" class="fn">visit_expr_macro</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprMacro.html" title="struct syn::ExprMacro">ExprMacro</a>)</h4></section><section id="method.visit_expr_match" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#203-205">source</a><h4 class="code-header">fn <a href="#method.visit_expr_match" class="fn">visit_expr_match</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprMatch.html" title="struct syn::ExprMatch">ExprMatch</a>)</h4></section><section id="method.visit_expr_method_call" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#207-209">source</a><h4 class="code-header">fn <a href="#method.visit_expr_method_call" class="fn">visit_expr_method_call</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprMethodCall.html" title="struct syn::ExprMethodCall">ExprMethodCall</a>)</h4></section><section id="method.visit_expr_paren" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#211-213">source</a><h4 class="code-header">fn <a href="#method.visit_expr_paren" class="fn">visit_expr_paren</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprParen.html" title="struct syn::ExprParen">ExprParen</a>)</h4></section><section id="method.visit_expr_path" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#215-217">source</a><h4 class="code-header">fn <a href="#method.visit_expr_path" class="fn">visit_expr_path</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprPath.html" title="struct syn::ExprPath">ExprPath</a>)</h4></section><section id="method.visit_expr_range" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#219-221">source</a><h4 class="code-header">fn <a href="#method.visit_expr_range" class="fn">visit_expr_range</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprRange.html" title="struct syn::ExprRange">ExprRange</a>)</h4></section><section id="method.visit_expr_reference" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#223-225">source</a><h4 class="code-header">fn <a href="#method.visit_expr_reference" class="fn">visit_expr_reference</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprReference.html" title="struct syn::ExprReference">ExprReference</a>)</h4></section><section id="method.visit_expr_repeat" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#227-229">source</a><h4 class="code-header">fn <a href="#method.visit_expr_repeat" class="fn">visit_expr_repeat</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprRepeat.html" title="struct syn::ExprRepeat">ExprRepeat</a>)</h4></section><section id="method.visit_expr_return" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#231-233">source</a><h4 class="code-header">fn <a href="#method.visit_expr_return" class="fn">visit_expr_return</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprReturn.html" title="struct syn::ExprReturn">ExprReturn</a>)</h4></section><section id="method.visit_expr_struct" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#235-237">source</a><h4 class="code-header">fn <a href="#method.visit_expr_struct" class="fn">visit_expr_struct</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprStruct.html" title="struct syn::ExprStruct">ExprStruct</a>)</h4></section><section id="method.visit_expr_try" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#239-241">source</a><h4 class="code-header">fn <a href="#method.visit_expr_try" class="fn">visit_expr_try</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprTry.html" title="struct syn::ExprTry">ExprTry</a>)</h4></section><section id="method.visit_expr_try_block" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#243-245">source</a><h4 class="code-header">fn <a href="#method.visit_expr_try_block" class="fn">visit_expr_try_block</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprTryBlock.html" title="struct syn::ExprTryBlock">ExprTryBlock</a>)</h4></section><section id="method.visit_expr_tuple" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#247-249">source</a><h4 class="code-header">fn <a href="#method.visit_expr_tuple" class="fn">visit_expr_tuple</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprTuple.html" title="struct syn::ExprTuple">ExprTuple</a>)</h4></section><section id="method.visit_expr_unary" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#251-253">source</a><h4 class="code-header">fn <a href="#method.visit_expr_unary" class="fn">visit_expr_unary</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprUnary.html" title="struct syn::ExprUnary">ExprUnary</a>)</h4></section><section id="method.visit_expr_unsafe" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#255-257">source</a><h4 class="code-header">fn <a href="#method.visit_expr_unsafe" class="fn">visit_expr_unsafe</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprUnsafe.html" title="struct syn::ExprUnsafe">ExprUnsafe</a>)</h4></section><section id="method.visit_expr_while" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#259-261">source</a><h4 class="code-header">fn <a href="#method.visit_expr_while" class="fn">visit_expr_while</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprWhile.html" title="struct syn::ExprWhile">ExprWhile</a>)</h4></section><section id="method.visit_expr_yield" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#263-265">source</a><h4 class="code-header">fn <a href="#method.visit_expr_yield" class="fn">visit_expr_yield</a>(&mut self, i: &'ast <a class="struct" href="../struct.ExprYield.html" title="struct syn::ExprYield">ExprYield</a>)</h4></section><section id="method.visit_field" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#267-269">source</a><h4 class="code-header">fn <a href="#method.visit_field" class="fn">visit_field</a>(&mut self, i: &'ast <a class="struct" href="../struct.Field.html" title="struct syn::Field">Field</a>)</h4></section><section id="method.visit_field_mutability" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#271-273">source</a><h4 class="code-header">fn <a href="#method.visit_field_mutability" class="fn">visit_field_mutability</a>(&mut self, i: &'ast <a class="enum" href="../enum.FieldMutability.html" title="enum syn::FieldMutability">FieldMutability</a>)</h4></section><section id="method.visit_field_pat" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#275-277">source</a><h4 class="code-header">fn <a href="#method.visit_field_pat" class="fn">visit_field_pat</a>(&mut self, i: &'ast <a class="struct" href="../struct.FieldPat.html" title="struct syn::FieldPat">FieldPat</a>)</h4></section><section id="method.visit_field_value" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#279-281">source</a><h4 class="code-header">fn <a href="#method.visit_field_value" class="fn">visit_field_value</a>(&mut self, i: &'ast <a class="struct" href="../struct.FieldValue.html" title="struct syn::FieldValue">FieldValue</a>)</h4></section><section id="method.visit_fields" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#283-285">source</a><h4 class="code-header">fn <a href="#method.visit_fields" class="fn">visit_fields</a>(&mut self, i: &'ast <a class="enum" href="../enum.Fields.html" title="enum syn::Fields">Fields</a>)</h4></section><section id="method.visit_fields_named" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#287-289">source</a><h4 class="code-header">fn <a href="#method.visit_fields_named" class="fn">visit_fields_named</a>(&mut self, i: &'ast <a class="struct" href="../struct.FieldsNamed.html" title="struct syn::FieldsNamed">FieldsNamed</a>)</h4></section><section id="method.visit_fields_unnamed" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#291-293">source</a><h4 class="code-header">fn <a href="#method.visit_fields_unnamed" class="fn">visit_fields_unnamed</a>(&mut self, i: &'ast <a class="struct" href="../struct.FieldsUnnamed.html" title="struct syn::FieldsUnnamed">FieldsUnnamed</a>)</h4></section><section id="method.visit_file" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#295-297">source</a><h4 class="code-header">fn <a href="#method.visit_file" class="fn">visit_file</a>(&mut self, i: &'ast <a class="struct" href="../struct.File.html" title="struct syn::File">File</a>)</h4></section><section id="method.visit_fn_arg" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#299-301">source</a><h4 class="code-header">fn <a href="#method.visit_fn_arg" class="fn">visit_fn_arg</a>(&mut self, i: &'ast <a class="enum" href="../enum.FnArg.html" title="enum syn::FnArg">FnArg</a>)</h4></section><section id="method.visit_foreign_item" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#303-305">source</a><h4 class="code-header">fn <a href="#method.visit_foreign_item" class="fn">visit_foreign_item</a>(&mut self, i: &'ast <a class="enum" href="../enum.ForeignItem.html" title="enum syn::ForeignItem">ForeignItem</a>)</h4></section><section id="method.visit_foreign_item_fn" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#307-309">source</a><h4 class="code-header">fn <a href="#method.visit_foreign_item_fn" class="fn">visit_foreign_item_fn</a>(&mut self, i: &'ast <a class="struct" href="../struct.ForeignItemFn.html" title="struct syn::ForeignItemFn">ForeignItemFn</a>)</h4></section><section id="method.visit_foreign_item_macro" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#311-313">source</a><h4 class="code-header">fn <a href="#method.visit_foreign_item_macro" class="fn">visit_foreign_item_macro</a>(&mut self, i: &'ast <a class="struct" href="../struct.ForeignItemMacro.html" title="struct syn::ForeignItemMacro">ForeignItemMacro</a>)</h4></section><section id="method.visit_foreign_item_static" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#315-317">source</a><h4 class="code-header">fn <a href="#method.visit_foreign_item_static" class="fn">visit_foreign_item_static</a>(&mut self, i: &'ast <a class="struct" href="../struct.ForeignItemStatic.html" title="struct syn::ForeignItemStatic">ForeignItemStatic</a>)</h4></section><section id="method.visit_foreign_item_type" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#319-321">source</a><h4 class="code-header">fn <a href="#method.visit_foreign_item_type" class="fn">visit_foreign_item_type</a>(&mut self, i: &'ast <a class="struct" href="../struct.ForeignItemType.html" title="struct syn::ForeignItemType">ForeignItemType</a>)</h4></section><section id="method.visit_generic_argument" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#323-325">source</a><h4 class="code-header">fn <a href="#method.visit_generic_argument" class="fn">visit_generic_argument</a>(&mut self, i: &'ast <a class="enum" href="../enum.GenericArgument.html" title="enum syn::GenericArgument">GenericArgument</a>)</h4></section><section id="method.visit_generic_param" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#327-329">source</a><h4 class="code-header">fn <a href="#method.visit_generic_param" class="fn">visit_generic_param</a>(&mut self, i: &'ast <a class="enum" href="../enum.GenericParam.html" title="enum syn::GenericParam">GenericParam</a>)</h4></section><section id="method.visit_generics" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#331-333">source</a><h4 class="code-header">fn <a href="#method.visit_generics" class="fn">visit_generics</a>(&mut self, i: &'ast <a class="struct" href="../struct.Generics.html" title="struct syn::Generics">Generics</a>)</h4></section><section id="method.visit_ident" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#334-336">source</a><h4 class="code-header">fn <a href="#method.visit_ident" class="fn">visit_ident</a>(&mut self, i: &'ast <a class="struct" href="../struct.Ident.html" title="struct syn::Ident">Ident</a>)</h4></section><section id="method.visit_impl_item" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#338-340">source</a><h4 class="code-header">fn <a href="#method.visit_impl_item" class="fn">visit_impl_item</a>(&mut self, i: &'ast <a class="enum" href="../enum.ImplItem.html" title="enum syn::ImplItem">ImplItem</a>)</h4></section><section id="method.visit_impl_item_const" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#342-344">source</a><h4 class="code-header">fn <a href="#method.visit_impl_item_const" class="fn">visit_impl_item_const</a>(&mut self, i: &'ast <a class="struct" href="../struct.ImplItemConst.html" title="struct syn::ImplItemConst">ImplItemConst</a>)</h4></section><section id="method.visit_impl_item_fn" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#346-348">source</a><h4 class="code-header">fn <a href="#method.visit_impl_item_fn" class="fn">visit_impl_item_fn</a>(&mut self, i: &'ast <a class="struct" href="../struct.ImplItemFn.html" title="struct syn::ImplItemFn">ImplItemFn</a>)</h4></section><section id="method.visit_impl_item_macro" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#350-352">source</a><h4 class="code-header">fn <a href="#method.visit_impl_item_macro" class="fn">visit_impl_item_macro</a>(&mut self, i: &'ast <a class="struct" href="../struct.ImplItemMacro.html" title="struct syn::ImplItemMacro">ImplItemMacro</a>)</h4></section><section id="method.visit_impl_item_type" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#354-356">source</a><h4 class="code-header">fn <a href="#method.visit_impl_item_type" class="fn">visit_impl_item_type</a>(&mut self, i: &'ast <a class="struct" href="../struct.ImplItemType.html" title="struct syn::ImplItemType">ImplItemType</a>)</h4></section><section id="method.visit_impl_restriction" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#358-360">source</a><h4 class="code-header">fn <a href="#method.visit_impl_restriction" class="fn">visit_impl_restriction</a>(&mut self, i: &'ast <a class="enum" href="../enum.ImplRestriction.html" title="enum syn::ImplRestriction">ImplRestriction</a>)</h4></section><section id="method.visit_index" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#362-364">source</a><h4 class="code-header">fn <a href="#method.visit_index" class="fn">visit_index</a>(&mut self, i: &'ast <a class="struct" href="../struct.Index.html" title="struct syn::Index">Index</a>)</h4></section><section id="method.visit_item" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#366-368">source</a><h4 class="code-header">fn <a href="#method.visit_item" class="fn">visit_item</a>(&mut self, i: &'ast <a class="enum" href="../enum.Item.html" title="enum syn::Item">Item</a>)</h4></section><section id="method.visit_item_const" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#370-372">source</a><h4 class="code-header">fn <a href="#method.visit_item_const" class="fn">visit_item_const</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemConst.html" title="struct syn::ItemConst">ItemConst</a>)</h4></section><section id="method.visit_item_enum" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#374-376">source</a><h4 class="code-header">fn <a href="#method.visit_item_enum" class="fn">visit_item_enum</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemEnum.html" title="struct syn::ItemEnum">ItemEnum</a>)</h4></section><section id="method.visit_item_extern_crate" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#378-380">source</a><h4 class="code-header">fn <a href="#method.visit_item_extern_crate" class="fn">visit_item_extern_crate</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemExternCrate.html" title="struct syn::ItemExternCrate">ItemExternCrate</a>)</h4></section><section id="method.visit_item_fn" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#382-384">source</a><h4 class="code-header">fn <a href="#method.visit_item_fn" class="fn">visit_item_fn</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemFn.html" title="struct syn::ItemFn">ItemFn</a>)</h4></section><section id="method.visit_item_foreign_mod" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#386-388">source</a><h4 class="code-header">fn <a href="#method.visit_item_foreign_mod" class="fn">visit_item_foreign_mod</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemForeignMod.html" title="struct syn::ItemForeignMod">ItemForeignMod</a>)</h4></section><section id="method.visit_item_impl" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#390-392">source</a><h4 class="code-header">fn <a href="#method.visit_item_impl" class="fn">visit_item_impl</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemImpl.html" title="struct syn::ItemImpl">ItemImpl</a>)</h4></section><section id="method.visit_item_macro" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#394-396">source</a><h4 class="code-header">fn <a href="#method.visit_item_macro" class="fn">visit_item_macro</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemMacro.html" title="struct syn::ItemMacro">ItemMacro</a>)</h4></section><section id="method.visit_item_mod" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#398-400">source</a><h4 class="code-header">fn <a href="#method.visit_item_mod" class="fn">visit_item_mod</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemMod.html" title="struct syn::ItemMod">ItemMod</a>)</h4></section><section id="method.visit_item_static" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#402-404">source</a><h4 class="code-header">fn <a href="#method.visit_item_static" class="fn">visit_item_static</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemStatic.html" title="struct syn::ItemStatic">ItemStatic</a>)</h4></section><section id="method.visit_item_struct" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#406-408">source</a><h4 class="code-header">fn <a href="#method.visit_item_struct" class="fn">visit_item_struct</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemStruct.html" title="struct syn::ItemStruct">ItemStruct</a>)</h4></section><section id="method.visit_item_trait" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#410-412">source</a><h4 class="code-header">fn <a href="#method.visit_item_trait" class="fn">visit_item_trait</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemTrait.html" title="struct syn::ItemTrait">ItemTrait</a>)</h4></section><section id="method.visit_item_trait_alias" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#414-416">source</a><h4 class="code-header">fn <a href="#method.visit_item_trait_alias" class="fn">visit_item_trait_alias</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemTraitAlias.html" title="struct syn::ItemTraitAlias">ItemTraitAlias</a>)</h4></section><section id="method.visit_item_type" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#418-420">source</a><h4 class="code-header">fn <a href="#method.visit_item_type" class="fn">visit_item_type</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemType.html" title="struct syn::ItemType">ItemType</a>)</h4></section><section id="method.visit_item_union" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#422-424">source</a><h4 class="code-header">fn <a href="#method.visit_item_union" class="fn">visit_item_union</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemUnion.html" title="struct syn::ItemUnion">ItemUnion</a>)</h4></section><section id="method.visit_item_use" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#426-428">source</a><h4 class="code-header">fn <a href="#method.visit_item_use" class="fn">visit_item_use</a>(&mut self, i: &'ast <a class="struct" href="../struct.ItemUse.html" title="struct syn::ItemUse">ItemUse</a>)</h4></section><section id="method.visit_label" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#430-432">source</a><h4 class="code-header">fn <a href="#method.visit_label" class="fn">visit_label</a>(&mut self, i: &'ast <a class="struct" href="../struct.Label.html" title="struct syn::Label">Label</a>)</h4></section><section id="method.visit_lifetime" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#433-435">source</a><h4 class="code-header">fn <a href="#method.visit_lifetime" class="fn">visit_lifetime</a>(&mut self, i: &'ast <a class="struct" href="../struct.Lifetime.html" title="struct syn::Lifetime">Lifetime</a>)</h4></section><section id="method.visit_lifetime_param" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#437-439">source</a><h4 class="code-header">fn <a href="#method.visit_lifetime_param" class="fn">visit_lifetime_param</a>(&mut self, i: &'ast <a class="struct" href="../struct.LifetimeParam.html" title="struct syn::LifetimeParam">LifetimeParam</a>)</h4></section><section id="method.visit_lit" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#440-442">source</a><h4 class="code-header">fn <a href="#method.visit_lit" class="fn">visit_lit</a>(&mut self, i: &'ast <a class="enum" href="../enum.Lit.html" title="enum syn::Lit">Lit</a>)</h4></section><section id="method.visit_lit_bool" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#443-445">source</a><h4 class="code-header">fn <a href="#method.visit_lit_bool" class="fn">visit_lit_bool</a>(&mut self, i: &'ast <a class="struct" href="../struct.LitBool.html" title="struct syn::LitBool">LitBool</a>)</h4></section><section id="method.visit_lit_byte" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#446-448">source</a><h4 class="code-header">fn <a href="#method.visit_lit_byte" class="fn">visit_lit_byte</a>(&mut self, i: &'ast <a class="struct" href="../struct.LitByte.html" title="struct syn::LitByte">LitByte</a>)</h4></section><section id="method.visit_lit_byte_str" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#449-451">source</a><h4 class="code-header">fn <a href="#method.visit_lit_byte_str" class="fn">visit_lit_byte_str</a>(&mut self, i: &'ast <a class="struct" href="../struct.LitByteStr.html" title="struct syn::LitByteStr">LitByteStr</a>)</h4></section><section id="method.visit_lit_char" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#452-454">source</a><h4 class="code-header">fn <a href="#method.visit_lit_char" class="fn">visit_lit_char</a>(&mut self, i: &'ast <a class="struct" href="../struct.LitChar.html" title="struct syn::LitChar">LitChar</a>)</h4></section><section id="method.visit_lit_float" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#455-457">source</a><h4 class="code-header">fn <a href="#method.visit_lit_float" class="fn">visit_lit_float</a>(&mut self, i: &'ast <a class="struct" href="../struct.LitFloat.html" title="struct syn::LitFloat">LitFloat</a>)</h4></section><section id="method.visit_lit_int" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#458-460">source</a><h4 class="code-header">fn <a href="#method.visit_lit_int" class="fn">visit_lit_int</a>(&mut self, i: &'ast <a class="struct" href="../struct.LitInt.html" title="struct syn::LitInt">LitInt</a>)</h4></section><section id="method.visit_lit_str" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#461-463">source</a><h4 class="code-header">fn <a href="#method.visit_lit_str" class="fn">visit_lit_str</a>(&mut self, i: &'ast <a class="struct" href="../struct.LitStr.html" title="struct syn::LitStr">LitStr</a>)</h4></section><section id="method.visit_local" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#465-467">source</a><h4 class="code-header">fn <a href="#method.visit_local" class="fn">visit_local</a>(&mut self, i: &'ast <a class="struct" href="../struct.Local.html" title="struct syn::Local">Local</a>)</h4></section><section id="method.visit_local_init" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#469-471">source</a><h4 class="code-header">fn <a href="#method.visit_local_init" class="fn">visit_local_init</a>(&mut self, i: &'ast <a class="struct" href="../struct.LocalInit.html" title="struct syn::LocalInit">LocalInit</a>)</h4></section><section id="method.visit_macro" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#473-475">source</a><h4 class="code-header">fn <a href="#method.visit_macro" class="fn">visit_macro</a>(&mut self, i: &'ast <a class="struct" href="../struct.Macro.html" title="struct syn::Macro">Macro</a>)</h4></section><section id="method.visit_macro_delimiter" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#477-479">source</a><h4 class="code-header">fn <a href="#method.visit_macro_delimiter" class="fn">visit_macro_delimiter</a>(&mut self, i: &'ast <a class="enum" href="../enum.MacroDelimiter.html" title="enum syn::MacroDelimiter">MacroDelimiter</a>)</h4></section><section id="method.visit_member" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#481-483">source</a><h4 class="code-header">fn <a href="#method.visit_member" class="fn">visit_member</a>(&mut self, i: &'ast <a class="enum" href="../enum.Member.html" title="enum syn::Member">Member</a>)</h4></section><section id="method.visit_meta" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#485-487">source</a><h4 class="code-header">fn <a href="#method.visit_meta" class="fn">visit_meta</a>(&mut self, i: &'ast <a class="enum" href="../enum.Meta.html" title="enum syn::Meta">Meta</a>)</h4></section><section id="method.visit_meta_list" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#489-491">source</a><h4 class="code-header">fn <a href="#method.visit_meta_list" class="fn">visit_meta_list</a>(&mut self, i: &'ast <a class="struct" href="../struct.MetaList.html" title="struct syn::MetaList">MetaList</a>)</h4></section><section id="method.visit_meta_name_value" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#493-495">source</a><h4 class="code-header">fn <a href="#method.visit_meta_name_value" class="fn">visit_meta_name_value</a>(&mut self, i: &'ast <a class="struct" href="../struct.MetaNameValue.html" title="struct syn::MetaNameValue">MetaNameValue</a>)</h4></section><section id="method.visit_parenthesized_generic_arguments" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#497-502">source</a><h4 class="code-header">fn <a href="#method.visit_parenthesized_generic_arguments" class="fn">visit_parenthesized_generic_arguments</a>(
|
||
&mut self,
|
||
i: &'ast <a class="struct" href="../struct.ParenthesizedGenericArguments.html" title="struct syn::ParenthesizedGenericArguments">ParenthesizedGenericArguments</a>
|
||
)</h4></section><section id="method.visit_pat" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#504-506">source</a><h4 class="code-header">fn <a href="#method.visit_pat" class="fn">visit_pat</a>(&mut self, i: &'ast <a class="enum" href="../enum.Pat.html" title="enum syn::Pat">Pat</a>)</h4></section><section id="method.visit_pat_ident" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#508-510">source</a><h4 class="code-header">fn <a href="#method.visit_pat_ident" class="fn">visit_pat_ident</a>(&mut self, i: &'ast <a class="struct" href="../struct.PatIdent.html" title="struct syn::PatIdent">PatIdent</a>)</h4></section><section id="method.visit_pat_or" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#512-514">source</a><h4 class="code-header">fn <a href="#method.visit_pat_or" class="fn">visit_pat_or</a>(&mut self, i: &'ast <a class="struct" href="../struct.PatOr.html" title="struct syn::PatOr">PatOr</a>)</h4></section><section id="method.visit_pat_paren" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#516-518">source</a><h4 class="code-header">fn <a href="#method.visit_pat_paren" class="fn">visit_pat_paren</a>(&mut self, i: &'ast <a class="struct" href="../struct.PatParen.html" title="struct syn::PatParen">PatParen</a>)</h4></section><section id="method.visit_pat_reference" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#520-522">source</a><h4 class="code-header">fn <a href="#method.visit_pat_reference" class="fn">visit_pat_reference</a>(&mut self, i: &'ast <a class="struct" href="../struct.PatReference.html" title="struct syn::PatReference">PatReference</a>)</h4></section><section id="method.visit_pat_rest" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#524-526">source</a><h4 class="code-header">fn <a href="#method.visit_pat_rest" class="fn">visit_pat_rest</a>(&mut self, i: &'ast <a class="struct" href="../struct.PatRest.html" title="struct syn::PatRest">PatRest</a>)</h4></section><section id="method.visit_pat_slice" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#528-530">source</a><h4 class="code-header">fn <a href="#method.visit_pat_slice" class="fn">visit_pat_slice</a>(&mut self, i: &'ast <a class="struct" href="../struct.PatSlice.html" title="struct syn::PatSlice">PatSlice</a>)</h4></section><section id="method.visit_pat_struct" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#532-534">source</a><h4 class="code-header">fn <a href="#method.visit_pat_struct" class="fn">visit_pat_struct</a>(&mut self, i: &'ast <a class="struct" href="../struct.PatStruct.html" title="struct syn::PatStruct">PatStruct</a>)</h4></section><section id="method.visit_pat_tuple" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#536-538">source</a><h4 class="code-header">fn <a href="#method.visit_pat_tuple" class="fn">visit_pat_tuple</a>(&mut self, i: &'ast <a class="struct" href="../struct.PatTuple.html" title="struct syn::PatTuple">PatTuple</a>)</h4></section><section id="method.visit_pat_tuple_struct" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#540-542">source</a><h4 class="code-header">fn <a href="#method.visit_pat_tuple_struct" class="fn">visit_pat_tuple_struct</a>(&mut self, i: &'ast <a class="struct" href="../struct.PatTupleStruct.html" title="struct syn::PatTupleStruct">PatTupleStruct</a>)</h4></section><section id="method.visit_pat_type" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#544-546">source</a><h4 class="code-header">fn <a href="#method.visit_pat_type" class="fn">visit_pat_type</a>(&mut self, i: &'ast <a class="struct" href="../struct.PatType.html" title="struct syn::PatType">PatType</a>)</h4></section><section id="method.visit_pat_wild" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#548-550">source</a><h4 class="code-header">fn <a href="#method.visit_pat_wild" class="fn">visit_pat_wild</a>(&mut self, i: &'ast <a class="struct" href="../struct.PatWild.html" title="struct syn::PatWild">PatWild</a>)</h4></section><section id="method.visit_path" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#552-554">source</a><h4 class="code-header">fn <a href="#method.visit_path" class="fn">visit_path</a>(&mut self, i: &'ast <a class="struct" href="../struct.Path.html" title="struct syn::Path">Path</a>)</h4></section><section id="method.visit_path_arguments" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#556-558">source</a><h4 class="code-header">fn <a href="#method.visit_path_arguments" class="fn">visit_path_arguments</a>(&mut self, i: &'ast <a class="enum" href="../enum.PathArguments.html" title="enum syn::PathArguments">PathArguments</a>)</h4></section><section id="method.visit_path_segment" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#560-562">source</a><h4 class="code-header">fn <a href="#method.visit_path_segment" class="fn">visit_path_segment</a>(&mut self, i: &'ast <a class="struct" href="../struct.PathSegment.html" title="struct syn::PathSegment">PathSegment</a>)</h4></section><section id="method.visit_predicate_lifetime" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#564-566">source</a><h4 class="code-header">fn <a href="#method.visit_predicate_lifetime" class="fn">visit_predicate_lifetime</a>(&mut self, i: &'ast <a class="struct" href="../struct.PredicateLifetime.html" title="struct syn::PredicateLifetime">PredicateLifetime</a>)</h4></section><section id="method.visit_predicate_type" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#568-570">source</a><h4 class="code-header">fn <a href="#method.visit_predicate_type" class="fn">visit_predicate_type</a>(&mut self, i: &'ast <a class="struct" href="../struct.PredicateType.html" title="struct syn::PredicateType">PredicateType</a>)</h4></section><section id="method.visit_qself" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#572-574">source</a><h4 class="code-header">fn <a href="#method.visit_qself" class="fn">visit_qself</a>(&mut self, i: &'ast <a class="struct" href="../struct.QSelf.html" title="struct syn::QSelf">QSelf</a>)</h4></section><section id="method.visit_range_limits" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#576-578">source</a><h4 class="code-header">fn <a href="#method.visit_range_limits" class="fn">visit_range_limits</a>(&mut self, i: &'ast <a class="enum" href="../enum.RangeLimits.html" title="enum syn::RangeLimits">RangeLimits</a>)</h4></section><section id="method.visit_receiver" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#580-582">source</a><h4 class="code-header">fn <a href="#method.visit_receiver" class="fn">visit_receiver</a>(&mut self, i: &'ast <a class="struct" href="../struct.Receiver.html" title="struct syn::Receiver">Receiver</a>)</h4></section><section id="method.visit_return_type" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#584-586">source</a><h4 class="code-header">fn <a href="#method.visit_return_type" class="fn">visit_return_type</a>(&mut self, i: &'ast <a class="enum" href="../enum.ReturnType.html" title="enum syn::ReturnType">ReturnType</a>)</h4></section><section id="method.visit_signature" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#588-590">source</a><h4 class="code-header">fn <a href="#method.visit_signature" class="fn">visit_signature</a>(&mut self, i: &'ast <a class="struct" href="../struct.Signature.html" title="struct syn::Signature">Signature</a>)</h4></section><section id="method.visit_span" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#591-593">source</a><h4 class="code-header">fn <a href="#method.visit_span" class="fn">visit_span</a>(&mut self, i: &<a class="struct" href="../../proc_macro2/struct.Span.html" title="struct proc_macro2::Span">Span</a>)</h4></section><section id="method.visit_static_mutability" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#595-597">source</a><h4 class="code-header">fn <a href="#method.visit_static_mutability" class="fn">visit_static_mutability</a>(&mut self, i: &'ast <a class="enum" href="../enum.StaticMutability.html" title="enum syn::StaticMutability">StaticMutability</a>)</h4></section><section id="method.visit_stmt" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#599-601">source</a><h4 class="code-header">fn <a href="#method.visit_stmt" class="fn">visit_stmt</a>(&mut self, i: &'ast <a class="enum" href="../enum.Stmt.html" title="enum syn::Stmt">Stmt</a>)</h4></section><section id="method.visit_stmt_macro" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#603-605">source</a><h4 class="code-header">fn <a href="#method.visit_stmt_macro" class="fn">visit_stmt_macro</a>(&mut self, i: &'ast <a class="struct" href="../struct.StmtMacro.html" title="struct syn::StmtMacro">StmtMacro</a>)</h4></section><section id="method.visit_trait_bound" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#607-609">source</a><h4 class="code-header">fn <a href="#method.visit_trait_bound" class="fn">visit_trait_bound</a>(&mut self, i: &'ast <a class="struct" href="../struct.TraitBound.html" title="struct syn::TraitBound">TraitBound</a>)</h4></section><section id="method.visit_trait_bound_modifier" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#611-613">source</a><h4 class="code-header">fn <a href="#method.visit_trait_bound_modifier" class="fn">visit_trait_bound_modifier</a>(&mut self, i: &'ast <a class="enum" href="../enum.TraitBoundModifier.html" title="enum syn::TraitBoundModifier">TraitBoundModifier</a>)</h4></section><section id="method.visit_trait_item" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#615-617">source</a><h4 class="code-header">fn <a href="#method.visit_trait_item" class="fn">visit_trait_item</a>(&mut self, i: &'ast <a class="enum" href="../enum.TraitItem.html" title="enum syn::TraitItem">TraitItem</a>)</h4></section><section id="method.visit_trait_item_const" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#619-621">source</a><h4 class="code-header">fn <a href="#method.visit_trait_item_const" class="fn">visit_trait_item_const</a>(&mut self, i: &'ast <a class="struct" href="../struct.TraitItemConst.html" title="struct syn::TraitItemConst">TraitItemConst</a>)</h4></section><section id="method.visit_trait_item_fn" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#623-625">source</a><h4 class="code-header">fn <a href="#method.visit_trait_item_fn" class="fn">visit_trait_item_fn</a>(&mut self, i: &'ast <a class="struct" href="../struct.TraitItemFn.html" title="struct syn::TraitItemFn">TraitItemFn</a>)</h4></section><section id="method.visit_trait_item_macro" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#627-629">source</a><h4 class="code-header">fn <a href="#method.visit_trait_item_macro" class="fn">visit_trait_item_macro</a>(&mut self, i: &'ast <a class="struct" href="../struct.TraitItemMacro.html" title="struct syn::TraitItemMacro">TraitItemMacro</a>)</h4></section><section id="method.visit_trait_item_type" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#631-633">source</a><h4 class="code-header">fn <a href="#method.visit_trait_item_type" class="fn">visit_trait_item_type</a>(&mut self, i: &'ast <a class="struct" href="../struct.TraitItemType.html" title="struct syn::TraitItemType">TraitItemType</a>)</h4></section><section id="method.visit_type" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#635-637">source</a><h4 class="code-header">fn <a href="#method.visit_type" class="fn">visit_type</a>(&mut self, i: &'ast <a class="enum" href="../enum.Type.html" title="enum syn::Type">Type</a>)</h4></section><section id="method.visit_type_array" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#639-641">source</a><h4 class="code-header">fn <a href="#method.visit_type_array" class="fn">visit_type_array</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypeArray.html" title="struct syn::TypeArray">TypeArray</a>)</h4></section><section id="method.visit_type_bare_fn" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#643-645">source</a><h4 class="code-header">fn <a href="#method.visit_type_bare_fn" class="fn">visit_type_bare_fn</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypeBareFn.html" title="struct syn::TypeBareFn">TypeBareFn</a>)</h4></section><section id="method.visit_type_group" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#647-649">source</a><h4 class="code-header">fn <a href="#method.visit_type_group" class="fn">visit_type_group</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypeGroup.html" title="struct syn::TypeGroup">TypeGroup</a>)</h4></section><section id="method.visit_type_impl_trait" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#651-653">source</a><h4 class="code-header">fn <a href="#method.visit_type_impl_trait" class="fn">visit_type_impl_trait</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypeImplTrait.html" title="struct syn::TypeImplTrait">TypeImplTrait</a>)</h4></section><section id="method.visit_type_infer" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#655-657">source</a><h4 class="code-header">fn <a href="#method.visit_type_infer" class="fn">visit_type_infer</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypeInfer.html" title="struct syn::TypeInfer">TypeInfer</a>)</h4></section><section id="method.visit_type_macro" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#659-661">source</a><h4 class="code-header">fn <a href="#method.visit_type_macro" class="fn">visit_type_macro</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypeMacro.html" title="struct syn::TypeMacro">TypeMacro</a>)</h4></section><section id="method.visit_type_never" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#663-665">source</a><h4 class="code-header">fn <a href="#method.visit_type_never" class="fn">visit_type_never</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypeNever.html" title="struct syn::TypeNever">TypeNever</a>)</h4></section><section id="method.visit_type_param" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#667-669">source</a><h4 class="code-header">fn <a href="#method.visit_type_param" class="fn">visit_type_param</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypeParam.html" title="struct syn::TypeParam">TypeParam</a>)</h4></section><section id="method.visit_type_param_bound" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#671-673">source</a><h4 class="code-header">fn <a href="#method.visit_type_param_bound" class="fn">visit_type_param_bound</a>(&mut self, i: &'ast <a class="enum" href="../enum.TypeParamBound.html" title="enum syn::TypeParamBound">TypeParamBound</a>)</h4></section><section id="method.visit_type_paren" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#675-677">source</a><h4 class="code-header">fn <a href="#method.visit_type_paren" class="fn">visit_type_paren</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypeParen.html" title="struct syn::TypeParen">TypeParen</a>)</h4></section><section id="method.visit_type_path" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#679-681">source</a><h4 class="code-header">fn <a href="#method.visit_type_path" class="fn">visit_type_path</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypePath.html" title="struct syn::TypePath">TypePath</a>)</h4></section><section id="method.visit_type_ptr" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#683-685">source</a><h4 class="code-header">fn <a href="#method.visit_type_ptr" class="fn">visit_type_ptr</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypePtr.html" title="struct syn::TypePtr">TypePtr</a>)</h4></section><section id="method.visit_type_reference" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#687-689">source</a><h4 class="code-header">fn <a href="#method.visit_type_reference" class="fn">visit_type_reference</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypeReference.html" title="struct syn::TypeReference">TypeReference</a>)</h4></section><section id="method.visit_type_slice" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#691-693">source</a><h4 class="code-header">fn <a href="#method.visit_type_slice" class="fn">visit_type_slice</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypeSlice.html" title="struct syn::TypeSlice">TypeSlice</a>)</h4></section><section id="method.visit_type_trait_object" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#695-697">source</a><h4 class="code-header">fn <a href="#method.visit_type_trait_object" class="fn">visit_type_trait_object</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypeTraitObject.html" title="struct syn::TypeTraitObject">TypeTraitObject</a>)</h4></section><section id="method.visit_type_tuple" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#699-701">source</a><h4 class="code-header">fn <a href="#method.visit_type_tuple" class="fn">visit_type_tuple</a>(&mut self, i: &'ast <a class="struct" href="../struct.TypeTuple.html" title="struct syn::TypeTuple">TypeTuple</a>)</h4></section><section id="method.visit_un_op" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#703-705">source</a><h4 class="code-header">fn <a href="#method.visit_un_op" class="fn">visit_un_op</a>(&mut self, i: &'ast <a class="enum" href="../enum.UnOp.html" title="enum syn::UnOp">UnOp</a>)</h4></section><section id="method.visit_use_glob" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#707-709">source</a><h4 class="code-header">fn <a href="#method.visit_use_glob" class="fn">visit_use_glob</a>(&mut self, i: &'ast <a class="struct" href="../struct.UseGlob.html" title="struct syn::UseGlob">UseGlob</a>)</h4></section><section id="method.visit_use_group" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#711-713">source</a><h4 class="code-header">fn <a href="#method.visit_use_group" class="fn">visit_use_group</a>(&mut self, i: &'ast <a class="struct" href="../struct.UseGroup.html" title="struct syn::UseGroup">UseGroup</a>)</h4></section><section id="method.visit_use_name" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#715-717">source</a><h4 class="code-header">fn <a href="#method.visit_use_name" class="fn">visit_use_name</a>(&mut self, i: &'ast <a class="struct" href="../struct.UseName.html" title="struct syn::UseName">UseName</a>)</h4></section><section id="method.visit_use_path" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#719-721">source</a><h4 class="code-header">fn <a href="#method.visit_use_path" class="fn">visit_use_path</a>(&mut self, i: &'ast <a class="struct" href="../struct.UsePath.html" title="struct syn::UsePath">UsePath</a>)</h4></section><section id="method.visit_use_rename" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#723-725">source</a><h4 class="code-header">fn <a href="#method.visit_use_rename" class="fn">visit_use_rename</a>(&mut self, i: &'ast <a class="struct" href="../struct.UseRename.html" title="struct syn::UseRename">UseRename</a>)</h4></section><section id="method.visit_use_tree" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#727-729">source</a><h4 class="code-header">fn <a href="#method.visit_use_tree" class="fn">visit_use_tree</a>(&mut self, i: &'ast <a class="enum" href="../enum.UseTree.html" title="enum syn::UseTree">UseTree</a>)</h4></section><section id="method.visit_variadic" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#731-733">source</a><h4 class="code-header">fn <a href="#method.visit_variadic" class="fn">visit_variadic</a>(&mut self, i: &'ast <a class="struct" href="../struct.Variadic.html" title="struct syn::Variadic">Variadic</a>)</h4></section><section id="method.visit_variant" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#735-737">source</a><h4 class="code-header">fn <a href="#method.visit_variant" class="fn">visit_variant</a>(&mut self, i: &'ast <a class="struct" href="../struct.Variant.html" title="struct syn::Variant">Variant</a>)</h4></section><section id="method.visit_vis_restricted" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#739-741">source</a><h4 class="code-header">fn <a href="#method.visit_vis_restricted" class="fn">visit_vis_restricted</a>(&mut self, i: &'ast <a class="struct" href="../struct.VisRestricted.html" title="struct syn::VisRestricted">VisRestricted</a>)</h4></section><section id="method.visit_visibility" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#743-745">source</a><h4 class="code-header">fn <a href="#method.visit_visibility" class="fn">visit_visibility</a>(&mut self, i: &'ast <a class="enum" href="../enum.Visibility.html" title="enum syn::Visibility">Visibility</a>)</h4></section><section id="method.visit_where_clause" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#747-749">source</a><h4 class="code-header">fn <a href="#method.visit_where_clause" class="fn">visit_where_clause</a>(&mut self, i: &'ast <a class="struct" href="../struct.WhereClause.html" title="struct syn::WhereClause">WhereClause</a>)</h4></section><section id="method.visit_where_predicate" class="method"><a class="src rightside" href="../../src/syn/gen/visit.rs.html#751-753">source</a><h4 class="code-header">fn <a href="#method.visit_where_predicate" class="fn">visit_where_predicate</a>(&mut self, i: &'ast <a class="enum" href="../enum.WherePredicate.html" title="enum syn::WherePredicate">WherePredicate</a>)</h4></section></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"></div><script src="../../trait.impl/syn/gen/visit/trait.Visit.js" async></script></section></div></main></body></html> |