Constant std::path::MAIN_SEPARATOR_STR
1.69.0-dev · source · pub const MAIN_SEPARATOR_STR: &str;
Expand description
The primary separator of path components for the current platform.
For example, /
on Unix and \
on Windows.