FixtureFunc

Type Alias FixtureFunc 

Source
pub type FixtureFunc = Box<dyn Fn() + Send + Sync + 'static>;
Expand description

Simple fixture registration system that uses a global hashmap instead of inventory

Aliased Typeยง

pub struct FixtureFunc(/* private fields */);