Docs.rs
wasmer-interface-types-0.17.0
wasmer-interface-types 0.17.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
MarkMcCaskey
github:wasmerio:wasmer-core
Dependencies
nom ^5.1
normal
serde ^1.0
normal
optional
wast ^8.0
normal
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
Module vec1
wasmer_
interface_
types
0.17.0
Module vec1
Module Items
Structs
In crate wasmer_
interface_
types
wasmer_interface_types
Module
vec1
Copy item path
Source
Expand description
Vec1<T>
represents a non-empty
Vec<T>
.
Structs
ยง
Empty
Vec
Represents the only error that can be emitted by
Vec1
, i.e. when the number of items is zero.
Vec1
Vec1<T>
represents a non-empty
Vec<T>
. It derefs to
Vec<T>
directly.