fn fmtSnapshotIndicatorLine(buf: []const u8, index: usize) std.fmt.Alt( FmtIndicatorLine, snapshotIndicatorLine, )
fn fmtSnapshotIndicatorLine(buf: []const u8, index: usize) std.fmt.Alt( FmtIndicatorLine, snapshotIndicatorLine, ) { return .{ .data = .{ .buf = buf, .index = index } }; }