Home
last modified time | relevance | path

Searched refs:Cows (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_borrow.rs127 struct Cows<'a, 'b> { in test_cow() structure names
149 let cows = Cows::deserialize(de).unwrap(); in test_cow()
165 struct Cows<'a, 'b> { in test_lifetimes() structure names
173 fn _cows_lifetimes<'de: 'b, 'a, 'b, D>(deserializer: D) -> Cows<'a, 'b> in test_lifetimes()
183 _cows: Cows<'a, 'b>, in test_lifetimes()

Completed in 1 milliseconds