Struct syntax::ast::QPathExperimental
[-]
[+]
[src]
pub struct QPath { pub self_type: P<Ty>, pub trait_ref: P<TraitRef>, pub item_name: Ident, }
A "qualified path":
<Vec<T> as SomeTrait>::SomeAssociatedItem ^~~~~ ^~~~~~~~~ ^~~~~~~~~~~~~~~~~~ self_type trait_name item_name
Fields
self_type | |
trait_ref | |
item_name |