pub trait D1Argument {
// Required method
fn js_value(&self) -> impl AsRef<JsValue>;
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait D1Argument {
// Required method
fn js_value(&self) -> impl AsRef<JsValue>;
}