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