pub(crate) trait ConvertWithCx<T> { // Required method fn convert(&self, cx: &mut JSContext) -> T; }
Same as Convert, but also passes a cx
Convert
cx