SEMICOLON

Constant SEMICOLON 

Source
pub const SEMICOLON: &str = ";";
Expand description

A semicolon character (;). This constant represents the semicolon character, which is used/// as a separator in various contexts.