Docs.rs
  • radix-substate-store-interface-1.2.0
    • radix-substate-store-interface 1.2.0
    • Docs.rs crate page
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • radixbot
    • Dependencies
      • hex ^0.4.3 normal
      • itertools ^0.10.3 normal
      • radix-common ^1.2.0 normal
      • radix-rust ^1.2.0 normal
      • sbor ^1.2.0 normal
    • Versions
    • 60% of the crate is documented
  • Go to latest version
  • 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

radix_substate_store_interface1.2.0

SubstateKeyContent

Required Methods

  • get_type

Implementations on Foreign Types

  • FieldKey
  • MapKey
  • SortedKey

Object Safety

Implementors

In radix_substate_store_interface::db_key_mapper

Trait radix_substate_store_interface::db_key_mapper::SubstateKeyContent

source ·
pub trait SubstateKeyContent {
    // Required method
    fn get_type() -> SubstateKeyTypeContentType;
}

Required Methods§

source

fn get_type() -> SubstateKeyTypeContentType

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl SubstateKeyContent for FieldKey

source§

fn get_type() -> SubstateKeyTypeContentType

source§

impl SubstateKeyContent for MapKey

source§

fn get_type() -> SubstateKeyTypeContentType

source§

impl SubstateKeyContent for SortedKey

source§

fn get_type() -> SubstateKeyTypeContentType

Implementors§