fn fmtSliceEscapeLower(bytes: []const u8) field_call
[src]
Return a Formatter for a []const u8 where every non-printable ASCII character is escaped as \xNN, where NN is the character in lowercase hexadecimal notation.
fn fmtSliceEscapeLower(bytes: []const u8) field_call
Return a Formatter for a []const u8 where every non-printable ASCII character is escaped as \xNN, where NN is the character in lowercase hexadecimal notation.