Struct syn::token::While  [−][src]
pub struct While {
    pub span: Span,
}while
Don’t try to remember the name of this type — use the
Token! macro instead.
Fields
span: SpanTrait Implementations
impl Clone for While[src]
impl Clone for While[src]fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl ToTokens for While[src]
impl ToTokens for While[src]