Skip to main content

DynDomainStatePort

Type Alias DynDomainStatePort 

Source
pub type DynDomainStatePort = Arc<dyn DomainStatePort>;
Expand description

Convenience alias for an owned, type-erased domain-state backend.

Aliased Typeยง

pub struct DynDomainStatePort { /* private fields */ }