Type Alias ethers_solc::sourcemap::SourceMap

source ·
pub type SourceMap = Vec<SourceElement>;
Expand description

Represents a whole source map as list of SourceElements

See also https://docs.soliditylang.org/en/latest/internals/source_mappings.html#source-mappings

Aliased Type§

struct SourceMap { /* private fields */ }