pub fn cqrs<TCommand: Clone + 'static, TEvent: Clone + 'static>(
graph: &Graph,
) -> CqrsBundle<TCommand, TEvent>Expand description
Creates or computes cqrs.
pub fn cqrs<TCommand: Clone + 'static, TEvent: Clone + 'static>(
graph: &Graph,
) -> CqrsBundle<TCommand, TEvent>Creates or computes cqrs.