Function fmtEscapeChar [src]

Deprecated, use double quoted escape to print paths.

Prototype

pub fn fmtEscapeChar(path: Path) std.fmt.Alt(Path, formatEscapeChar)

Parameters

path: Path

Source

pub fn fmtEscapeChar(path: Path) std.fmt.Alt(Path, formatEscapeChar) { return .{ .data = path }; }