macro_rules! define_asref_dyn_std_error { { $ty:ty } => { ... }; }
Defines AsRef<dyn StdError + 'static> for a type implementing StdError
AsRef<dyn StdError + 'static>
StdError
This trivial AsRef impl enables use of tor_error::Report.
AsRef
tor_error::Report