Docs.rs
  • noosphere-core-0.12.0
    • noosphere-core 0.12.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • subconscious-ops
    • Dependencies
      • anyhow ^1 normal
      • async-once-cell ~0.3 normal
      • async-recursion ^1 normal
      • async-std ^1 normal
      • async-stream ~0.3 normal
      • async-trait ~0.1 normal
      • base64 ^0.21 normal
      • byteorder ^1.4 normal
      • cid ^0.10 normal
      • ed25519-zebra ^3 normal
      • fastcdc ^3 normal
      • futures ~0.3 normal
      • libipld-cbor ^0.16 normal
      • libipld-core ^0.16 normal
      • noosphere-collections ^0.6.0 normal
      • noosphere-storage ^0.7.0 normal
      • once_cell ^1 normal
      • rand ~0.8 normal
      • serde ^1 normal
      • strum ^0.24 normal
      • strum_macros ^0.24 normal
      • tiny-bip39 ^1 normal
      • tokio-stream ~0.1 normal
      • tracing ^0.1 normal
      • ucan ^0.3.2 normal
      • ucan-key-support ^0.1.6 normal
      • url ^2 normal
      • serde_bytes ~0.11 dev
      • serde_json ^1 dev
      • wasm-bindgen-test ^0.3 dev
      • tokio ^1 normal
      • tracing-subscriber ~0.3.16 normal
      • console_error_panic_hook ^0.1 normal
      • getrandom ~0.2 normal
      • tokio ^1 normal
      • tracing-wasm ~0.2 normal
    • Versions
    • 60% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • 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
logo

logo

VersionedMapValue

Implementors

In noosphere_core::data

?
Change settings

Trait noosphere_core::data::VersionedMapValue

source ·
pub trait VersionedMapValue: Serialize + DeserializeOwned + Clone + Eq + Hash + VersionedMapSendSync { }

Implementors§

source§

impl<T> VersionedMapValue for Twhere T: Serialize + DeserializeOwned + Clone + Eq + Hash + VersionedMapSendSync,