Function type for custom CBOR value summarizers.
Summarizers provide custom string representations for tagged values. Returns a Result type matching Rust's Result<String, Error>.
Result<String, Error>
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 Result type matching Rust's
Result<String, Error>.