Docs.rs
  • dharitri-chain-vm-0.1.3
    • dharitri-chain-vm 0.1.3
    • Docs.rs crate page
    • GPL-3.0-only
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • mangonui
    • Dependencies
      • bitflags ^1.3.2 normal
      • dharitri-chain-vm-executor ^0.1.0 normal
      • ed25519-dalek ^2.0.0 normal
      • hex ^0.4 normal
      • hex-literal ^0.3.1 normal
      • itertools ^0.10.3 normal
      • num-bigint ^0.4 normal
      • num-traits ^0.2 normal
      • rand ^0.8.5 normal
      • rand_seeder ^0.2.2 normal
      • sha2 ^0.10.6 normal
      • sha3 ^0.10.6 normal
    • Versions
    • 7.89% 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_chain_vm0.1.3

VMHooksErrorManaged

Provided Methods

  • signal_error_from_buffer

Implementors

In dharitri_chain_vm::vm_hooks

?
Change settings

Trait dharitri_chain_vm::vm_hooks::VMHooksErrorManaged

source ·
pub trait VMHooksErrorManaged: VMHooksManagedTypes + VMHooksError {
    // Provided method
    fn signal_error_from_buffer(&self, message_handle: RawHandle) -> ! { ... }
}

Provided Methods§

source

fn signal_error_from_buffer(&self, message_handle: RawHandle) -> !

Implementors§

source§

impl VMHooksErrorManaged for DebugApiVMHooksHandler

source§

impl VMHooksErrorManaged for SingleTxApiVMHooksHandler

source§

impl VMHooksErrorManaged for StaticApiVMHooksHandler