Function std::path::windows::is_sep_byte_verbatim[src]
pub fn is_sep_byte_verbatim(u: &u8) -> bool
Returns whether the given byte is a path separator. Only allows the primary separator '\'; use is_sep_byte to allow '/'.
pub fn is_sep_byte_verbatim(u: &u8) -> bool
Returns whether the given byte is a path separator. Only allows the primary separator '\'; use is_sep_byte to allow '/'.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).