Module syn_solidity::spanned
source · Expand description
Helper trait and methods to manipulate syntax tree nodes’ spans.
Traits
- A trait that can provide the
Span
of the complete contents of a syntax tree node.
Functions
- Joins the spans of each item in the given iterator.
- Sets the span of each item in the given iterator.