use Client;
use ;
use crateEventStore;
/// A convenience type for creating a CqrsFramework backed by
/// EventStore and using a simple metadata supplier with time of
/// commit.
pub type Cqrs<A> = ;
/// A convenience function for creating a CqrsFramework