Function fmt [src]

Prototype

pub fn fmt(tl: ThreadLocal, prefix: []const u8) Prefixed

Parameters

tl: ThreadLocalprefix: []const u8

Source

pub fn fmt(tl: ThreadLocal, prefix: []const u8) Prefixed { return .{ .thread_local = tl, .prefix = prefix }; }