Home
last modified time | relevance | path

Searched defs:TypedFeatures (Results 1 – 1 of 1) sorted by relevance

/development/tools/external_crates/crates_io_util/src/
Dfeature.rs54 pub type TypedFeatures<'a> = BTreeSet<FeatureRef<'a>>; typedef
57 fn features_and_optional_deps(&self) -> TypedFeatures; in features_and_optional_deps()
61 fn features_and_optional_deps(&self) -> TypedFeatures { in features_and_optional_deps()