pub fn process_bundle<TCommand: Clone + 'static, TState: Clone + Serialize + DeserializeOwned + 'static, TEvent: Clone + 'static, TEffect: Clone + 'static>(
graph: &Graph,
opts: ProcessBundleOptions<TCommand, TState, TEvent, TEffect>,
) -> ProcessBundle<TCommand, TState, TEvent, TEffect>Expand description
Creates or computes process_bundle.