Searched defs:GenericsExampleWithDefault (Results 1 – 2 of 2) sorted by relevance
23 pub struct GenericsExampleWithDefault<T, U = usize> { struct24 x: T,25 y: U,
28 pub struct GenericsExampleWithDefault<T, U = usize> { struct29 x: T,30 y: U,