Docs.rs
syn-2.0.81
syn 2.0.81
Docs.rs crate page
MIT
OR
Apache-2.0
20 October 2024
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.88%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
syn
2.0.81
In syn::
visit_
mut
syn
::
visit_mut
Function
visit_lit_float_mut
Copy item path
source
pub fn visit_lit_float_mut<V>(v:
&mut V
, node: &mut
LitFloat
)
where V:
VisitMut
+ ?
Sized
,
Available on
crate feature
visit-mut
only.