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