pub type FixtureList = Vec<(&'static str, fn() -> Document)>;
Type alias for a list of fixture functions (name, generator).
pub struct FixtureList { /* private fields */ }