Module visit
forge_
fmt
1.0.0
Module visit
Module Items
Macros
Traits
In crate forge_
fmt
Modules
buffer
chunk
comments
formatter
helpers
inline_config
macros
solang_ext
string
visit
Structs
Comments
Formatter
FormatterConfig
Parsed
Enums
FormatterError
HexUnderscore
IntTypes
MultilineFuncHeaderStyle
NumberUnderscore
QuoteStyle
SingleLineBlockStyle
Functions
format
format_diagnostics_report
format_to
offset_to_line_column
parse
parse2
forge_fmt
Module
visit
Copy item path
Settings
Help
Summary
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.