pub(crate) trait DynamicModuleOwnerMethods<D: DomTypes> { // Required method fn Promise(&self) -> Rc<D::Promise>; }