Docs.rs
sp-wasm-interface-13.0.0
sp-wasm-interface 13.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
github:paritytech:core-devs
parity-crate-owner
Dependencies
anyhow ^1.0.68
normal
parity-scale-codec ^3.2.2
normal
impl-trait-for-tuples ^0.2.2
normal
log ^0.4.17
normal
sp-std ^7.0.0
normal
wasmi ^0.13.2
normal
wasmtime ^6.0.1
normal
Versions
93.33%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Result
In sp_wasm_interface
?
Type Definition
sp_wasm_interface
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
String
>;
Expand description
Result type used by traits in this crate.