Constant style::stylesheets::margin_rule::MARGIN_RULE_AT_NAMES

source ·
const MARGIN_RULE_AT_NAMES: &[&'static str];
Expand description

All [@margin][margin] rule names, with a preceding ‘@’.

This array lets us have just one single memory region used for to_str, name, and the Debug implementation.