Module wasmer_interface_types_fl::ne_vec[][src]

Expand description

NEVec<T> represents a non-empty Vec<T>.

Structs

Represents the only error that can be emitted by NEVec, i.e. when the number of items is zero.

NEVec<T> represents a non-empty Vec<T>. It derefs to Vec<T> directly.