type PrecomputedPseudoElementDeclarations = PerPseudoElementMap<Vec<ApplicableDeclarationBlock>>;
Aliased Type§
struct PrecomputedPseudoElementDeclarations {
entries: [Option<Vec<ApplicableDeclarationBlock>>; 14],
}
Fields§
§entries: [Option<Vec<ApplicableDeclarationBlock>>; 14]