macro_rules! pipe_name { ($name:expr) => { ... }; }
Available on crate feature
named_pipes
only.Expand description
On Windows, prepend the pipe name with \\.\pipe\
.
On Unix, return the name as-is.
macro_rules! pipe_name { ($name:expr) => { ... }; }
named_pipes
only.On Windows, prepend the pipe name with \\.\pipe\
.
On Unix, return the name as-is.