Docs.rs
  • kaspa-database-0.0.1
    • kaspa-database 0.0.1
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • crates.io
    • Source
    • Owners
    • aspect
    • tiram88
    • michaelsutton
    • Dependencies
      • bincode ^1 normal
      • faster-hex ^0.6 normal
      • indexmap ^1.9.1 normal
      • itertools ^0.10 normal
      • kaspa-hashes ^0.0.1 normal
      • num_cpus ^1.15.0 normal
      • parking_lot ^0.12 normal
      • rand ^0.8 normal
      • rocksdb ^0.19 normal
      • serde ^1 normal
      • thiserror ^1 normal
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • 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
logo

logo

StoreResult

Trait Implementations

  • StoreResultEmptyTuple
  • StoreResultExtensions<T>

In kaspa_database::prelude

?
Change settings

Type Definition kaspa_database::prelude::StoreResult

source ·
pub type StoreResult<T> = Result<T, StoreError>;

Trait Implementations§

source§

impl StoreResultEmptyTuple for StoreResult<()>

source§

fn unwrap_and_ignore_key_already_exists(self)

source§

impl<T> StoreResultExtensions<T> for StoreResult<T>

source§

fn unwrap_option(self) -> Option<T>