pub trait SerdeResultToRspackResultExt<T> {
// Required method
fn to_rspack_result_with_detail(self, content: &str, msg: &str) -> Result<T>;
}pub trait SerdeResultToRspackResultExt<T> {
// Required method
fn to_rspack_result_with_detail(self, content: &str, msg: &str) -> Result<T>;
}