pub type FileOutputSelection = BTreeMap<String, Vec<String>>;
Expand description

Represents the desired outputs based on a File (file -> (contract -> [outputs]))

Aliased Type§

struct FileOutputSelection { /* private fields */ }