pub trait AnyhowResultToRspackResultExt<T> {
// Required method
fn to_rspack_result_from_anyhow(self) -> Result<T>;
}Required Methods§
fn to_rspack_result_from_anyhow(self) -> Result<T>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".