pub trait JsCollectionIntoValue {
    // Required method
    fn into_value(self) -> JsValue;
}

Required Methods§

Implementations on Foreign Types§

source§

impl JsCollectionIntoValue for u8

source§

impl JsCollectionIntoValue for String

source§

impl JsCollectionIntoValue for JsString

Implementors§