pub trait AnyhowResultToRspackResultExt<T> {
// Required method
fn to_rspack_result_from_anyhow(self) -> Result<T>;
}pub trait AnyhowResultToRspackResultExt<T> {
// Required method
fn to_rspack_result_from_anyhow(self) -> Result<T>;
}