Home
last modified time | relevance | path

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

/third_party/rust/crates/serde/test_suite/tests/
Dtest_annotations.rs1513 fn into(self) -> EnumToU32 { in into()
1528 enum EnumToU32 { enum
1536 impl Into<Option<u32>> for EnumToU32 { implementation
1548 impl From<Option<u32>> for EnumToU32 { implementation