Docs.rs
syn-2.0.89
syn 2.0.89
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
dtolnay
Dependencies
proc-macro2 ^1.0.91
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
25.16%
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.89
In syn::
visit_
mut
syn
::
visit_mut
Function
visit_lifetime_mut
Copy item path
Source
pub fn visit_lifetime_mut<V>(v:
&mut V
, node: &mut
Lifetime
)
where V:
VisitMut
+ ?
Sized
,
Available on
crate feature
visit-mut
only.