Module visit
forge_
fmt
1.3.4
Module visit
Module Items
Macros
Traits
In crate forge_
fmt
forge_fmt
Module
visit
Copy item path
Source
Expand description
Visitor helpers to traverse the
solang Solidity Parse Tree
.
Macros
§
impl_
visitable
🔒
Traits
§
Visitable
Visitable trait for [
solang_parser::pt
] types.
Visitor
A trait that is invoked while traversing the Solidity Parse Tree. Each method of the
Visitor
trait is a hook that can be potentially overridden.