Struct syn::ExprBreak [−][src]
pub struct ExprBreak { /* fields omitted */ }
Expand description
A break
, with an optional label to break and an optional
expression.
This type is available only if Syn is built with the "full"
feature.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExprBreak
impl UnwindSafe for ExprBreak