pub trait NapiErrorToRspackErrorExt { // Required method fn to_rspack_error(self, env: &Env) -> RspackError; }