Macro syn_solidity::sol_path
source · macro_rules! sol_path { () => { ... }; ($($e:expr),+) => { ... }; }
Expand description
Create a SolPath
from a list of identifiers.
macro_rules! sol_path { () => { ... }; ($($e:expr),+) => { ... }; }
Create a SolPath
from a list of identifiers.