fmt
Function parameters
Parameters
- prefix:[]const u8
Type definitions in this namespace
Types
Functions in this namespace
Functions
= 16
Values
Source
Implementation
pub fn fmt(tl: ThreadLocal, prefix: []const u8) Prefixed {
return .{ .thread_local = tl, .prefix = prefix };
}