Function std::path::windows::is_sep_verbatimExperimental
[-]
[+]
[src]
pub fn is_sep_verbatim(c: char) -> bool
Returns whether the given char is a path separator. Only allows the primary separator '\'; use is_sep to allow '/'.