Type Alias fmodel_rust::InitialStateFunction
source · pub type InitialStateFunction<'a, S> = Box<dyn Fn() -> S + Send + Sync + 'a>;
Expand description
The InitialStateFunction function is used to produce the initial state.
Aliased Type§
struct InitialStateFunction<'a, S>(/* private fields */);