Function format [src]
Prototype
pub fn format(tl: ThreadLocal, w: *Writer) Writer.Error!void
Parameters
tl: ThreadLocal
w: *Writer
Source
pub fn format(tl: ThreadLocal, w: *Writer) Writer.Error!void {
return Prefixed.format(.{ .thread_local = tl, .prefix = "" }, w);
}