Struct syn::UseGlob [−][src]
pub struct UseGlob { pub star_token: Star, }
A glob import in a use
item: *
.
This type is available only if Syn is built with the "full"
feature.
Fields
star_token: Star
Trait Implementations
impl ToTokens for UseGlob
[src]
impl ToTokens for UseGlob
[src]