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