1 2 3 4 5 6 7
//! Upstream source: `../nest-cli/lib/schematics/collection.ts`. pub type Collection = super::Collection; pub fn from_name(name: impl Into<String>) -> Collection { super::Collection::from_name(name) }