Type Alias MemberManifestFiles

Source
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ยง

pub struct MemberManifestFiles { /* private fields */ }