pub fn archetype(name: &str) -> Option<&'static Capability>Expand description
The capability an archetype expands to, or None if the name is unknown (fail-closed: an
unknown profile = … must not silently resolve to nothing).
pub fn archetype(name: &str) -> Option<&'static Capability>The capability an archetype expands to, or None if the name is unknown (fail-closed: an
unknown profile = … must not silently resolve to nothing).