pub trait IDBCursorWithValueMethods<D: DomTypes> { // Required method fn Value(&self, cx: &mut JSContext, retval: MutableHandle<'_, Value>); }