Constant std::path::MAIN_SEPARATOR_STR
1.68.0 · source · pub const MAIN_SEPARATOR_STR: &str;
Expand description
当前平台的路径组件的主要分隔符。
例如,Unix 上的 /
和 Windows 上的 \
。
pub const MAIN_SEPARATOR_STR: &str;
当前平台的路径组件的主要分隔符。
例如,Unix 上的 /
和 Windows 上的 \
。