Struct syn::UsePath [−][src]
Expand description
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
Auto Trait Implementations
impl RefUnwindSafe for UsePath
impl UnwindSafe for UsePath
Blanket Implementations
Mutably borrows from an owned value. Read more