Skip to main content

ReadModelWorkspaceExt

Trait ReadModelWorkspaceExt 

Source
pub trait ReadModelWorkspaceExt:
    ReadModelWritePlanStore
    + RelationalReadModelQueryStore
    + Sized {
    // Provided method
    fn workspace(&self) -> ReadModelWorkspace<'_, Self> { ... }
}
Expand description

Extension trait that starts a tracked read-model workspace from an async store.

Provided Methods§

Source

fn workspace(&self) -> ReadModelWorkspace<'_, Self>

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§