macro_rules! sheet_set_methods {
    ($set_name:expr) => { ... };
}
Expand description

This macro defines methods common to DocumentStylesheetSet and AuthorStylesheetSet.

We could simplify the setup moving invalidations to SheetCollection, but that would imply not sharing invalidations across origins of the same documents, which is slightly annoying.