Home
last modified time | relevance | path

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

/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/
H A Dselect.rs22 type SelectsType: SelectableValue; typedef
106 pub(crate) fn into_parts(self) -> (T::CommonType, BTreeMap<String, T::SelectsType>) { in into_parts()
163 type SelectsType = Self::ItemType; typedef
234 type SelectsType = Vec<T>; typedef
301 type SelectsType = BTreeSet<T>; typedef
401 type SelectsType = BTreeMap<U, T>; typedef