Docs.rs
syn-2.0.87
syn 2.0.87
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
dtolnay
Dependencies
proc-macro2 ^1.0.83
normal
quote ^1.0.35
normal
optional
unicode-ident ^1
normal
anyhow ^1
dev
automod ^1
dev
insta ^1
dev
ref-cast ^1
dev
rustversion ^1
dev
syn-test-suite ^0
dev
termcolor ^1
dev
flate2 ^1
dev
rayon ^1
dev
reqwest ^0.12
dev
tar ^0.4.16
dev
walkdir ^2.3.2
dev
Versions
65.98%
of the crate is documented
Platform
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
2.0.87
In syn::
visit
syn
::
visit
Function
visit_lit_int
Copy item path
Source
pub fn visit_lit_int<'ast, V>(v:
&mut V
, node: &'ast
LitInt
)
where V:
Visit
<'ast> + ?
Sized
,
Available on
crate feature
visit
only.