Constant tagua_parser::tokens::RETURN [] [src]

pub const RETURN: &'static [u8] = b"return"

The RETURN token.

Represent the return operator, e.g. return $x;.