pub trait KnowledgeStore:
GraphStore
+ MutationLogStore
+ IndexStore
+ CodeGraphStore
+ CodeRepositoryStore { }Expand description
Combined storage facade used by the application service.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".