Type Definition ethers_solc::sourcemap::SourceMap[][src]

pub type SourceMap = Vec<SourceElement>;
Expand description

Represents a whole source map as list of SourceElements

See also https://docs.soliditylang.org/en/v0.8.10/internals/source_mappings.html