Struct syn::UseGroup [−][src]
A braced group of imports in a use
item: {A, B, C}
.
This type is available if Syn is built with the "full"
feature.
Fields
brace_token: Brace
items: Punctuated<UseTree, Comma>
Trait Implementations
impl Synom for UseGroup
[src]
[+]
impl Synom for UseGroup
impl ToTokens for UseGroup
[src]
[+]
impl ToTokens for UseGroup
impl Clone for UseGroup
[src]
[+]
impl Clone for UseGroup
impl From<UseGroup> for UseTree
[src]
[+]
impl From<UseGroup> for UseTree