Docs.rs
  • dharitri-wasm-0.4.1
    • dharitri-wasm 0.4.1
    • Docs.rs crate page
    • GPL-3.0-only
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • Battula-anil-app-could
    • Dependencies
      • bitflags ^1.3.2 normal
      • dharitri-codec ^0.1.5 normal
      • dharitri-wasm-derive =0.4.1 normal
      • hashbrown ^0.11.2 normal
      • hex-literal ^0.3.1 normal
      • wee_alloc ^0.4 normal
    • Versions
    • 18.52% 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.4.1

StorageWriteApi

Required Associated Types

  • StorageWriteApiImpl

Required Methods

  • storage_write_api_impl

Object Safety

Implementors

In dharitri_wasm::api

?
Change settings

Trait dharitri_wasm::api::StorageWriteApi

source ·
pub trait StorageWriteApi {
    type StorageWriteApiImpl: StorageWriteApiImpl;

    // Required method
    fn storage_write_api_impl() -> Self::StorageWriteApiImpl;
}

Required Associated Types§

source

type StorageWriteApiImpl: StorageWriteApiImpl

Required Methods§

source

fn storage_write_api_impl() -> Self::StorageWriteApiImpl

Object Safety§

This trait is not object safe.

Implementors§

source§

impl StorageWriteApi for UncallableApi

§

type StorageWriteApiImpl = UncallableApi

source§

impl<A: VMApi> StorageWriteApi for ExternalViewApi<A>

§

type StorageWriteApiImpl = <A as StorageWriteApi>::StorageWriteApiImpl