Struct syn::token::Yield [−][src]
pub struct Yield { pub span: Span, }
yield
Don’t try to remember the name of this type — use the
Token!
macro instead.
Fields
span: Span
Trait Implementations
impl ToTokens for Yield
[src]
impl ToTokens for Yield
[src]