Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dpath.rs73 pub struct AssociatedTypeBinding { struct
75 pub name: Name,
78 pub args: Option<Interned<GenericArgs>>,
81 pub type_ref: Option<TypeRef>,
85 pub bounds: Box<[Interned<TypeBound>]>,