Home
last modified time | relevance | path

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

/third_party/rust/crates/serde/test_suite/tests/
Dtest_remote.rs20 pub struct StructPriv { struct
21 a: u8,
22 b: Unit,
64 impl StructPriv { impl
238 impl From<StructPrivDef> for remote::StructPriv { implementation