Constant tagua_parser::tokens::DEFAULT [] [src]

pub const DEFAULT: &'static [u8] = b"default"

The DEFAULT token.

Represent the default case in a switch control structure, e.g. switch (…) { … default: …; }.