Struct syn::Block [−][src]
A braced block containing Rust statements.
This type is available if Syn is built with the "full"
feature.
Fields
brace_token: Brace
stmts: Vec<Stmt>
Statements in a block
Methods
impl Block
[src]
[−]
impl Block