Docs.rs
  • scrypto-test-1.2.0
    • scrypto-test 1.2.0
    • Docs.rs crate page
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • radixbot
    • Dependencies
      • ouroboros ^0.17.2 normal
      • paste ^1.0.13 normal
      • radix-common ^1.2.0 normal
      • radix-engine ^1.2.0 normal
      • radix-engine-interface ^1.2.0 normal
      • radix-native-sdk ^1.2.0 normal
      • radix-substate-store-impls ^1.2.0 normal
      • radix-substate-store-interface ^1.2.0 normal
      • radix-substate-store-queries ^1.2.0 normal
      • radix-transactions ^1.2.0 normal
      • sbor ^1.2.0 normal
      • scrypto-compiler ^1.2.0 normal
      • serde_json ^1.0.105 normal
      • wabt ^0.10.0 normal
    • Versions
    • 44.44% 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

scrypto_test1.2.0

CustomTerminalValueRef

Required Associated Types

  • CustomValueKind

Required Methods

  • custom_value_kind

Object Safety

Implementors

In scrypto_test::prelude::traversal

Trait scrypto_test::prelude::traversal::CustomTerminalValueRef

source ·
pub trait CustomTerminalValueRef: Debug + Clone + PartialEq + Eq {
    type CustomValueKind: CustomValueKind;

    // Required method
    fn custom_value_kind(&self) -> Self::CustomValueKind;
}

Required Associated Types§

source

type CustomValueKind: CustomValueKind

Required Methods§

source

fn custom_value_kind(&self) -> Self::CustomValueKind

Object Safety§

This trait is not object safe.

Implementors§

source§

impl CustomTerminalValueRef for NoCustomTerminalValueRef

§

type CustomValueKind = NoCustomValueKind

source§

impl CustomTerminalValueRef for ManifestCustomTerminalValueRef

§

type CustomValueKind = ManifestCustomValueKind

source§

impl CustomTerminalValueRef for ScryptoCustomTerminalValueRef

§

type CustomValueKind = ScryptoCustomValueKind