It would be great if http_types::Error exposes the reference of inner anyhow::Error.
Especially, when using backtrace feature of anyhow in stable rust, I cannot get backtraces without losing status and type_name information. But if I can get the reference of anyhow::Error, I can without losing information.
It would be great if
http_types::Error
exposes the reference of inneranyhow::Error
.Especially, when using
backtrace
feature ofanyhow
in stable rust, I cannot get backtraces without losing status andtype_name
information. But if I can get the reference ofanyhow::Error
, I can without losing information.