fn formatType(value: anytype, comptime fmt: []const u8, options: FormatOptions, writer: anytype, max_depth: usize) @TypeOf(writer).Error!void

Parameters

value: anytype,
fmt: []const u8,
options: FormatOptions,
writer: anytype,
max_depth: usize,