console
console copied to clipboard
subscriber: provide richer data for error fields
Currently the implementation of FieldVisitor will record errors with fmt::Debug. It would be nice to record errors in a more structured way, potentially including the chain of sources for the error.
Context: https://github.com/tokio-rs/console/pull/26#discussion_r637433781