Function format [src]

Prototype

pub fn format(tl: ThreadLocal, w: *Writer) Writer.Error!void

Parameters

tl: ThreadLocalw: *Writer

Source

pub fn format(tl: ThreadLocal, w: *Writer) Writer.Error!void { return Prefixed.format(.{ .thread_local = tl, .prefix = "" }, w); }