Constant std::path::MAIN_SEPARATOR
1.0.0 · source · pub const MAIN_SEPARATOR: char = crate::sys::path::MAIN_SEP; // '/'Expand description
当前平台的路径组件的主要分隔符。
例如,Unix 上的 / 和 Windows 上的 \。
pub const MAIN_SEPARATOR: char = crate::sys::path::MAIN_SEP; // '/'当前平台的路径组件的主要分隔符。
例如,Unix 上的 / 和 Windows 上的 \。