Home
last modified time | relevance | path

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

/third_party/rust/rust/src/librustdoc/clean/
Dtypes.rs1685 pub(crate) struct QPathData { struct
1686 pub assoc: PathSegment,
1687 pub self_type: Type,
1689 pub should_show_cast: bool,
1690 pub trait_: Option<Path>,