pub trait FetchLaterResultMethods<D>where D: DomTypes,{ // Required method fn Activated(&self) -> bool; }