Function fmt [src]
Prototype
pub fn fmt(self: Attributes, builder: *const Builder) std.fmt.Formatter(format)
Parameters
self: Attributes
builder: *const Builder
Source
pub fn fmt(self: Attributes, builder: *const Builder) std.fmt.Formatter(format) {
return .{ .data = .{ .attributes = self, .builder = builder } };
}