pub trait JsTransform { // Required method fn process( &mut self, config_str: RStr<'_>, ast_json: RStr<'_>, ) -> RResult<RString, RString>; }
Should return ast as json string,