Skip to main content

EnvironmentRepository

Trait EnvironmentRepository 

Source
pub trait EnvironmentRepository: EnvironmentMetadataRepository + EnvironmentCommandRepository { }
Expand description

Production Environment persistence owns both aggregate metadata and the independently indexed command log.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§