Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustixir/darkbird
/ Getter
Interface
Getter
src/darkbird/persistent_worker.rs:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
25
#[async_trait]
26
pub trait Getter<K, Doc> {
27
async fn handle_getter(&self, session: &DatabaseSession) -> Vec<(K, Doc)>;
28
}
29
30
pub enum DatabaseName {
31
Scylla,
Callers
nothing calls this directly
Implementers
1
new_features_vsn2.rs
example/new_features_vsn2.rs
Calls
no outgoing calls
Tested by
no test coverage detected