[][src]Trait krill::commons::eventsourcing::WithStorableDetails

pub trait WithStorableDetails: Storable {
    fn summary(&self) -> CommandSummary;
}

Must be implemented for all 'StorableDetails' used in Commands.

In addition to implementing Storable so that the details can be stored and retrieved, the details also need to be able to present a generic CommandSummer for use in history.

Required methods

fn summary(&self) -> CommandSummary

Loading content...

Implementors

impl WithStorableDetails for StorableCaCommand[src]

impl WithStorableDetails for StorableRepositoryCommand[src]

Loading content...