Skip to main content

IDBCursorWithValueMethods

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

Required Methods§

Source

fn Value(&self, cx: SafeJSContext, retval: MutableHandleValue<'_>)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§