MCPcopy Create free account
hub / github.com/Rustixir/darkbird / DbDropGuard

Class DbDropGuard

src/darkbird/storage_redis.rs:10–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9#[derive(Debug)]
10pub struct DbDropGuard<K, Doc>
11where
12 Doc: Clone + Send + Sync + 'static,
13 K: Clone
14 + PartialOrd
15 + Ord
16 + PartialEq
17 + Eq
18 + Hash
19 + Send
20 + 'static
21{
22 storage: RedisStorage<K, Doc>,
23}
24
25#[derive(Debug, Clone)]
26pub struct RedisStorage<K, Doc>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected