pub trait AsKey {
    fn as_key(&self) -> JsValue;
}

Required methods

Implementations on Foreign Types

Implementors