Struct syn::ExprBlock [−][src]
pub struct ExprBlock { /* fields omitted */ }
Expand description
A blocked scope: { ... }
.
This type is available only if Syn is built with the "full"
feature.
pub struct ExprBlock { /* fields omitted */ }
A blocked scope: { ... }
.
This type is available only if Syn is built with the "full"
feature.