Skip to main content

FrameworkGraphStore

Trait FrameworkGraphStore 

Source
pub trait FrameworkGraphStore: Send + Sync {
    // Provided methods
    fn search_framework_graph(
        &self,
        request: FrameworkGraphRequest,
    ) -> StorageFuture<'_, FrameworkGraph> { ... }
    fn search_framework_graph_scope(
        &self,
        source_scope: String,
        _request: FrameworkGraphRequest,
    ) -> StorageFuture<'_, FrameworkGraph> { ... }
}
Expand description

Read-only framework graph capabilities shared by repository stores.

Provided Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§