Struct syn::token::Group [−][src]
pub struct Group { pub span: Span, }
Expand description
None-delimited group
Fields
span: Span
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Group
impl UnwindSafe for Group
Blanket Implementations
Mutably borrows from an owned value. Read more