pub type MemberManifestFiles = BTreeMap<MemberName, PackageManifestFile>;
Expand description

A manifest for each workspace member, or just one manifest if working with a single package

Aliased Type§

struct MemberManifestFiles { /* private fields */ }