Trait yareio_sys::TryGetByID [−][src]
pub trait TryGetByID<ID: JsCast, V: JsCast> where
Self: AsRef<JsValue> + Deref<Target = Object>, { fn get(&self, id: &ID) -> Option<V> { ... } }
pub trait TryGetByID<ID: JsCast, V: JsCast> where
Self: AsRef<JsValue> + Deref<Target = Object>, { fn get(&self, id: &ID) -> Option<V> { ... } }