Function fmt [src]

Prototype

pub fn fmt(self: Type, builder: *const Builder, mode: FormatData.Mode) std.fmt.Alt(FormatData, format)

Parameters

self: Typebuilder: *const Buildermode: FormatData.Mode

Source

pub fn fmt(self: Type, builder: *const Builder, mode: FormatData.Mode) std.fmt.Alt(FormatData, format) { return .{ .data = .{ .type = self, .builder = builder, .mode = mode } }; }