Docs.rs
  • dharitri-wasm-0.3.0
    • dharitri-wasm 0.3.0
    • Docs.rs crate page
    • GPL-3.0-only
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • Battula-anil-app-could
    • Dependencies
      • arrayvec ^0.7.1 normal
      • bitflags ^1.3.2 normal
      • dharitri-codec ^0.1.2 normal
      • dharitri-wasm-derive =0.3.0 normal
      • hashbrown ^0.11.2 normal
      • hex-literal ^0.3.1 normal
      • wee_alloc ^0.4 normal
    • Versions
    • 18.57% of the crate is documented
  • This release has been yanked, 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

dharitri_wasm0.3.0

VMApi

Object Safety

Implementors

In dharitri_wasm::api

?
Change settings

Trait dharitri_wasm::api::VMApi

source ·
pub trait VMApi: BlockchainApi + CallValueApi + CryptoApi + EndpointArgumentApi + EndpointFinishApi + ErrorApi + LogApi + ManagedTypeApi + SendApi + StorageReadApi + StorageWriteApi + PrintApi + Clone { }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl VMApi for UncallableApi