Function fmtEscapeString [src]

Prototype

pub fn fmtEscapeString(path: Path) std.fmt.Alt(Path, formatEscapeString)

Parameters

path: Path

Source

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