Home
last modified time | relevance | path

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

/external/rust/crates/pin-project/tests/
Dpin_project.rs287 pub struct Struct5<'a, T: core::fmt::Debug + ?Sized> { in trait_bounds_on_type_generics() struct
288 f: &'a mut T, in trait_bounds_on_type_generics()
579 struct Struct5<T: ?Sized> { in dst() struct
580 f: T, in dst()