Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/zerofrom-derive/examples/
Dzf_derive.rs29 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/
Dyoke_derive.rs34 pub struct CowExample<'a> { struct
35 x: u8,
36 y: &'a str,
37 z: Cow<'a, str>,
38 w: Cow<'a, [u8]>,