QUERY

Constant QUERY 

Source
pub const QUERY: &str = "?";
Expand description

A query symbol (?). This constant represents the question mark character, which is/// commonly used to denote the beginning of a query string in a URL.