Skip to main content

process_bundle

Function process_bundle 

Source
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.