Function format [src]
Prototype
pub fn format(self: Preemption, w: *Writer) Writer.Error!void
Parameters
self: Preemption
w: *Writer
Source
pub fn format(self: Preemption, w: *Writer) Writer.Error!void {
if (self == .dso_local) try w.print(" {s}", .{@tagName(self)});
}