Constant tagua_parser::tokens::YIELD
[−]
[src]
pub const YIELD: &'static [u8]=
b"yield"
The YIELD
token.
Represent the generator operator, e.g. yield …;
.