Home
last modified time | relevance | path

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

/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/utils/starlark/
H A Dselect_dict.rs14 pub(crate) struct SelectDict<U, T> struct
29 impl<U, T> SelectDict<U, T> argument
103 impl<U, T> Serialize for SelectDict<U, T> implementation