Enum syn::Stmt [−][src]
A statement, usually ending in a semicolon.
This type is available only if Syn is built with the "full" feature.
Variants
Local(Local)A local (let) binding.
Item(Item)An item definition.
Expr(Expr)Expr without trailing semicolon.
Expression with trailing semicolon.
Trait Implementations
impl Clone for Stmt[src]
impl Clone for Stmt[src]fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl ToTokens for Stmt[src]
impl ToTokens for Stmt[src]