Type Alias foundry_compilers::artifacts::Sources

source ·
pub type Sources = BTreeMap<PathBuf, Source>;
Expand description

An ordered list of files and their source

Aliased Type§

struct Sources { /* private fields */ }

Trait Implementations§

source§

impl From<FilteredSources> for Sources

source§

fn from(sources: FilteredSources) -> Self

Converts to this type from the input type.