top | item 45230669 (no title) aleksi | 5 months ago I think you missed the “any handler” part. Currently, the types that my library package could use depend on the handler used by the caller. This limits types to an unspecified subset, making things quite impractical. discuss order hn newest arccy|5 months ago any handler is too broad, maybe my custom handler only logs strings and ignores ints.for a reasonable substitute subset, use the core language types, and implement LogValuer for anything complex.
arccy|5 months ago any handler is too broad, maybe my custom handler only logs strings and ignores ints.for a reasonable substitute subset, use the core language types, and implement LogValuer for anything complex.
arccy|5 months ago
for a reasonable substitute subset, use the core language types, and implement LogValuer for anything complex.