Skip to main content

FixtureList

Type Alias FixtureList 

Source
pub type FixtureList = Vec<(&'static str, fn() -> Document)>;
Expand description

Type alias for a list of fixture functions (name, generator).

Aliased Typeยง

pub struct FixtureList { /* private fields */ }