[][src]Trait eventmill::aggregate::AggregateType

pub trait AggregateType {
    fn aggregate_type() -> &'static str { ... }
}

Provided methods

fn aggregate_type() -> &'static str

Loading content...

Implementors

impl<S> AggregateType for VersionedAggregate<S>[src]

Loading content...