Struct syn::token::Paren [−][src]
pub struct Paren {
pub span: Span,
}Expand description
(...)
Fields
span: SpanImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Paren
impl UnwindSafe for Paren
Blanket Implementations
Mutably borrows from an owned value. Read more