Skip to main content

IDBCursorWithValueMethods

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

Required Methods§

Source

fn Value(&self, cx: &mut JSContext, retval: MutableHandle<'_, Value>)

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§