pub trait CacheStorageMethods<D: DomTypes> { // Required method fn Has(&self, cx: &mut JSContext, cacheName: DOMString) -> Rc<D::Promise>; }