pub trait StdErrorDisplayChainExt: StdError + Sized {
// Provided method
fn as_display_chain(&self) -> impl Display + Debug { ... }
}Provided Methods§
fn as_display_chain(&self) -> impl Display + Debug
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.