Function is_unix_path

Source
pub fn is_unix_path<S>(s: S) -> bool
where S: AsRef<str>,
Expand description

Checks if the path is a Unix path.