Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/zerofrom-derive/examples/
Dzf_derive.rs23 pub struct GenericsExampleWithDefault<T, U = usize> { struct
24 x: T,
25 y: U,
/external/rust/android-crates-io/crates/yoke-derive/examples/
Dyoke_derive.rs28 pub struct GenericsExampleWithDefault<T, U = usize> { struct
29 x: T,
30 y: U,