Type Definition mysql_es::MysqlCqrs

source · []
pub type MysqlCqrs<A> = CqrsFramework<A, PersistedEventStore<MysqlEventRepository, A>>;
Expand description

A convenience type for a CqrsFramework backed by MysqlStore.