pub trait JsObserveMap {
    fn map_js(&self, cb: Function) -> JsValue;
}

Required Methods

Implementations on Foreign Types

Implementors