If I learned to use Miette would I like it. Sometimes I am writing Rust and I'm like "I want error handling, but for this app I can't justify the friction of writing a whole error hierarchy… I'll use Anyhow" and after a bit I'm like "Anyhow is too vague". Would Miette or something else I don't know baout give me a less frictionful way of representing "well, several different errors could occur here" without turning each of my errors into an opaque blob