Docs.rs
  • multiversx-sc-0.43.0
    • multiversx-sc 0.43.0
    • Docs.rs crate page
    • GPL-3.0-only
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • andrei-marinica
    • BiancaIalangi
    • Dependencies
      • bitflags ^1.3.2 normal
      • hashbrown ^0.13.2 normal
      • hex-literal ^0.3.1 normal
      • multiversx-sc-codec =0.18.1 normal
      • multiversx-sc-derive =0.43.0 normal
      • num-traits ^0.2 normal
    • Versions
    • 22.58% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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

StaticVarApi

Required Associated Types

  • StaticVarApiImpl

Required Methods

  • static_var_api_impl

Implementors

In multiversx_sc::api

?
Change settings

Trait multiversx_sc::api::StaticVarApi

source ·
pub trait StaticVarApi {
    type StaticVarApiImpl: StaticVarApiImpl;

    // Required method
    fn static_var_api_impl() -> Self::StaticVarApiImpl;
}

Required Associated Types§

source

type StaticVarApiImpl: StaticVarApiImpl

Required Methods§

source

fn static_var_api_impl() -> Self::StaticVarApiImpl

Implementors§

source§

impl StaticVarApi for UncallableApi

§

type StaticVarApiImpl = UncallableApi

source§

impl<A> StaticVarApi for ExternalViewApi<A>where A: VMApi,

§

type StaticVarApiImpl = <A as StaticVarApi>::StaticVarApiImpl

source§

impl<A: VMApi> StaticVarApi for CallbackArgApiWrapper<A>

§

type StaticVarApiImpl = <A as StaticVarApi>::StaticVarApiImpl