Home
last modified time | relevance | path

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

/third_party/rust/crates/serde/test_suite/tests/
Dtest_value.rs43 struct Potential(PotentialKind); in test_map_access_to_enum() struct
55 impl<'de> Deserialize<'de> for Potential { in test_map_access_to_enum() implementation