Static ethers_solc::utils::RE_SOL_IMPORT
source · pub static RE_SOL_IMPORT: Lazy<Regex>
Expand description
A regex that matches the import path and identifier of a solidity import statement with the named groups “path”, “id”.