Home
last modified time | relevance | path

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

/external/rust/crates/serde_json/tests/
Dtest.rs1448 struct MyVec<T>(Vec<T>); in test_serialize_seq_with_no_len() struct
1450 impl<T> ser::Serialize for MyVec<T> in test_serialize_seq_with_no_len() implementation
1504 impl<'de, T> de::Deserialize<'de> for MyVec<T> in test_serialize_seq_with_no_len() implementation