[][src]Type Definition myelin_engine::simulation::InstantWrapperFactoryFn

type InstantWrapperFactoryFn = dyn Fn() -> Box<dyn InstantWrapper>;

Factory to retrieve a current Instant, wrapped by InstantWrapper