Skip to main content

contains_separator

Function contains_separator 

Source
fn contains_separator(output: &str) -> bool
Expand description

true when output contains a path separator. Windows accepts both \ and /, and Rust’s Path treats both as separators there, so both are checked rather than just std::path::MAIN_SEPARATOR.