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: Identcolon2_token: Colon2tree: 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