pub type RelativeSelectors = (CompactString, SmallVec<[CompactString; 2]>, CompactString);Expand description
The selectors type. The values are held to make sure the relative domain can be crawled upon base redirects.
pub type RelativeSelectors = (CompactString, SmallVec<[CompactString; 2]>, CompactString);The selectors type. The values are held to make sure the relative domain can be crawled upon base redirects.