Struct devise::syn::UsePath [−][src]
Expand description
A path prefix of imports in a use item: std::....
This type is available if Syn is built with the "full" feature.
Fields
ident: Identcolon2_token: Colon2tree: Box<UseTree, Global>Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for UsePath
impl UnwindSafe for UsePath
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a Span covering the complete contents of this syntax tree
node, or Span::call_site() if this node is empty. Read more