Struct syn::UseGroup [−][src]
pub struct UseGroup { pub brace_token: Brace, pub items: Punctuated<UseTree, Comma>, }
A braced group of imports in a use
item: {A, B, C}
.
This type is available only if Syn is built with the "full"
feature.
Fields
brace_token: Brace
items: Punctuated<UseTree, Comma>
Trait Implementations
impl Clone for UseGroup
[src]
impl Clone for UseGroup
[src]fn clone(&self) -> Self
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl ToTokens for UseGroup
[src]
impl ToTokens for UseGroup
[src]