Modules§
Structs§
- Block
- A braced block containing Rust statements.
- Local
- A local
letbinding:let x: u64 = s.parse()?;. - Local
Init - The expression assigned in a local
letbinding, including optional divergingelseblock. - Stmt
Macro - A macro invocation in statement position.
Enums§
- Stmt
- A statement, usually ending in a semicolon.