pub(crate) trait PerformanceNavigationMethods<D>where D: DomTypes,{ // Required methods fn Type(&self) -> u16; fn RedirectCount(&self) -> u16; }