Docs.rs
syn-0.15.44
syn 0.15.44
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
dtolnay
Dependencies
proc-macro2 ^0.4.4
normal
quote ^0.6
normal
unicode-xid ^0.1
normal
insta ^0.8
dev
rayon ^1.0
dev
ref-cast ^0.2
dev
regex ^1.0
dev
termcolor ^1.0
dev
walkdir ^2.1
dev
Versions
Go to latest version
Platform
i686-apple-darwin
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
syn
::
visit
[
−
]
[src]
Function
syn
::
visit
::
visit_pat
pub fn visit_pat<'ast, V:
Visit
<'ast> + ?
Sized
>(_visitor:
&mut
V, _i: &'ast
Pat
)