Struct syn::Label [−][src]
A lifetime labeling a for
, while
, or loop
.
This type is available only if Syn is built with the "full"
feature.
Fields
name: Lifetime
colon_token: Colon
Trait Implementations
impl ToTokens for Label
[src]
impl ToTokens for Label
[src]