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