pub type AmalgamateStatesFn = Box<dyn Fn(States) -> RenderFnResultWithCause<Option<String>> + Send + Sync>;
Expand description

The type of functions that amalgamate build and request states.