Docs.rs
battleware-execution-0.0.1
battleware-execution 0.0.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
patrick-ogrady
Dependencies
battleware-types ^0.0.1
normal
bytes ^1.7.1
normal
commonware-codec ^0.0.62
normal
commonware-consensus ^0.0.62
normal
commonware-cryptography ^0.0.62
normal
commonware-runtime ^0.0.62
normal
commonware-storage ^0.0.62
normal
commonware-utils ^0.0.62
normal
rand ^0.8.5
normal
rayon ^1.10.0
normal
optional
Versions
10%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Adb
battleware_
execution
0.0.1
Adb
Aliased Type
Trait Implementations
State
In crate battleware_
execution
battleware_execution
Type Alias
Adb
Copy item path
Source
pub type Adb<E, T> =
Any
<E,
Digest
,
Value
,
Sha256
, T>;
Aliased Type
§
pub struct Adb<E, T> {
/* private fields */
}
Trait Implementations
§
Source
§
impl<E:
Spawner
+
Metrics
+
Clock
+
Storage
, T:
Translator
>
State
for
Adb
<E, T>
Source
§
async fn
get
(&self, key: &
Key
) ->
Option
<
Value
>
Source
§
async fn
insert
(&mut self, key:
Key
, value:
Value
)
Source
§
async fn
delete
(&mut self, key: &
Key
)
Source
§
fn
apply
(&mut self, changes:
Vec
<(
Key
,
Status
)>) -> impl
Future
<Output =
()
>