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.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExprBlock
impl UnwindSafe for ExprBlock