Type Alias ethers_solc::sourcemap::SourceMap
source · pub type SourceMap = Vec<SourceElement>;
Expand description
Represents a whole source map as list of SourceElement
s
See also https://docs.soliditylang.org/en/latest/internals/source_mappings.html#source-mappings
Aliased Type§
struct SourceMap { /* private fields */ }