Struct syn::ExprBlock [−][src]
A blocked scope: { ... }
.
This type is available only if Syn is built with the "full"
feature.
Fields
attrs: Vec<Attribute>
label: Option<Label>
block: Block
Trait Implementations
impl ToTokens for ExprBlock
[src]
impl ToTokens for ExprBlock
[src]