Skip to main content

JsValueConvertable

Trait JsValueConvertable 

Source
pub trait JsValueConvertable {
    // Required method
    fn to_js_value_facade(self) -> JsValueFacade;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl JsValueConvertable for &str

Source§

impl JsValueConvertable for HashMap<String, JsValueFacade>

Source§

impl JsValueConvertable for String

Source§

impl JsValueConvertable for Value

Source§

impl JsValueConvertable for Vec<JsValueFacade>

Source§

impl JsValueConvertable for Vec<u8>

Source§

impl JsValueConvertable for bool

Source§

impl JsValueConvertable for f64

Source§

impl JsValueConvertable for i32

Implementors§