SourcesTable

Type Alias SourcesTable 

Source
pub type SourcesTable = HashMap<SourceName, Source>;
Expand description

Represents the contents of the package.metadata.fetch-source table in a Cargo.toml file.

Aliased Typeยง

pub struct SourcesTable { /* private fields */ }