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: StarTrait Implementations
impl Clone for UseGlob[src]
impl Clone for UseGlob[src]fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl ToTokens for UseGlob[src]
impl ToTokens for UseGlob[src]