Function type for custom CBOR value summarizers.
Summarizers provide custom string representations for tagged values. Returns a summary string on success, or a CborError on failure.
The CBOR value to summarize
If true, produce single-line output
Result with summary string on success, or error on failure
Function type for custom CBOR value summarizers.
Summarizers provide custom string representations for tagged values. Returns a summary string on success, or a CborError on failure.