pub(crate) trait UserActivationMethods<D>where D: DomTypes,{ // Required methods fn HasBeenActive(&self) -> bool; fn IsActive(&self) -> bool; }