[][src]Trait cqrs::AggregateId

pub trait AggregateId<A> where
    A: Aggregate
{ fn as_str(&self) -> &str; }

An identifier for an aggregate.

Required methods

fn as_str(&self) -> &str

Gets the stringified aggregate identifier.

Loading content...

Implementors

Loading content...