Struct syn::UsePath [−][src]
A path prefix of imports in a use
item: std::...
.
This type is available only if Syn is built with the "full"
feature.
Fields
ident: Ident
colon2_token: Colon2
tree: Box<UseTree>
Trait Implementations
impl ToTokens for UsePath
[src]
impl ToTokens for UsePath
[src]