Searched defs:CowExample (Results 1 – 2 of 2) sorted by relevance
/external/rust/android-crates-io/crates/zerofrom-derive/examples/ |
D | zf_derive.rs | 29 pub struct CowExample<'a> { struct 30 x: u8, 31 y: &'a str, 32 z: Cow<'a, str>, 33 w: Cow<'a, [u8]>,
|
/external/rust/android-crates-io/crates/yoke-derive/examples/ |
D | yoke_derive.rs | 34 pub struct CowExample<'a> { struct 35 x: u8, 36 y: &'a str, 37 z: Cow<'a, str>, 38 w: Cow<'a, [u8]>,
|