Docs.rs
swc_ecma_visit-0.35.2
swc_ecma_visit 0.35.2
Docs.rs crate page
Apache-2.0
/
MIT
Links
Documentation
Repository
crates.io
Source
Owners
kdy1
swc-bot
Dependencies
num-bigint ^0.2
normal
swc_atoms ^0.2
normal
swc_common ^0.11.6
normal
swc_ecma_ast ^0.49.4
normal
swc_visit ^0.2.3
normal
Versions
0.47%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
☰
Trait Node
Implementors
Other items in
swc_ecma_visit
?
Trait
swc_ecma_visit
::
Node
[
−
]
[src]
pub trait Node:
Any
{ }
Expand description
Visitable nodes.
Implementors
[src]
impl<T: ?
Sized
>
Node
for T
where
T:
Any
,