Macro syn_solidity::sol_path

source ยท
macro_rules! sol_path {
    () => { ... };
    ($($e:expr),+) => { ... };
}
Expand description

Create a SolPath from a list of identifiers.