Type Alias Contracts

Source
pub type Contracts = BTreeMap<PathBuf, BTreeMap<String, Contract>>;
Expand description

file -> (contract name -> Contract)

Aliased Typeยง

pub struct Contracts { /* private fields */ }