[go: up one dir, main page]

D1Argument

Trait D1Argument 

Source
pub trait D1Argument {
    // Required method
    fn js_value(&self) -> impl AsRef<JsValue>;
}

Required Methods§

Source

fn js_value(&self) -> impl AsRef<JsValue>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§