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