pub type FixtureFunc = Box<dyn Fn() + Send + Sync + 'static>;
Simple fixture registration system that uses a global hashmap instead of inventory
pub struct FixtureFunc(/* private fields */);