pub const MAIN_SEPARATOR_STR: &str;
The primary separator of path components for the current platform, represented as a &str; for example, this is "/" on Unix and "\\" on Windows.
&str
"/"
"\\"