Docs.rs
rustpython-ruff_python_ast-0.15.8
rustpython-ruff_python_ast 0.15.8
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
youknowone
Dependencies
aho-corasick ^1.1.3
normal
bitflags ^2.5.0
normal
compact_str ^0.9.0
normal
get-size2 ^0.7.3
normal
optional
is-macro ^0.3.5
normal
memchr ^2.7.1
normal
rustpython-ruff_python_trivia ^0.15.8
normal
rustpython-ruff_source_file ^0.15.8
normal
rustpython-ruff_text_size ^0.15.8
normal
rustc-hash ^2.0.0
normal
schemars ^1.0.4
normal
optional
serde ^1.0.197
normal
optional
serde_json ^1.0.113
normal
optional
thiserror ^2.0.0
normal
Versions
25.86%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Skip to main content
walk_annotation
rustpython_
ruff_
python_
ast
0.15.8
In rustpython_
ruff_
python_
ast::
visitor::
transformer
rustpython_ruff_python_ast
::
visitor
::
transformer
Function
walk_
annotation
Copy item path
Source
pub fn walk_annotation<V:
Transformer
+ ?
Sized
>(visitor:
&V
, expr: &mut
Expr
)