Docs.rs
php-parser-0.1.3
php-parser 0.1.3
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
wudi
Dependencies
bumpalo ^3.19.0
normal
memchr ^2.7.6
normal
pprof ^0.15.0
normal
rayon ^1.10.0
normal
serde ^1.0.228
normal
serde_json ^1.0.145
normal
tree-sitter ^0.25.10
normal
tree-sitter-php ^0.24.2
normal
insta ^1.44.2
dev
Versions
0.45%
of the crate is documented
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
walk_expr
php_
parser
0.1.3
In php_
parser::
ast::
visitor
php_parser
::
ast
::
visitor
Function
walk_
expr
Copy item path
Source
pub fn walk_expr<'ast, V:
Visitor
<'ast> + ?
Sized
>( visitor:
&mut V
, expr:
ExprId
<'ast>, )