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§
fn workspace(&self) -> ReadModelWorkspace<'_, Self>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".