Home
last modified time | relevance | path

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

/third_party/rust/crates/serde/test_suite/tests/
Dtest_borrow.rs127 struct Cows<'a, 'b> { in test_cow() struct
128 copied: Cow<'a, str>, in test_cow()
131 borrowed: Cow<'b, str>, in test_cow()
165 struct Cows<'a, 'b> { in test_lifetimes() struct
166 _copied: Cow<'a, str>, in test_lifetimes()
169 _borrowed: Cow<'b, str>, in test_lifetimes()