Type Alias fidl::encoding::UnboundedVector

source ·
pub type UnboundedVector<T> = Vector<T, MAX_BOUND>;
Expand description

The FIDL type vector<T> or vector<T>:MAX.

Aliased Type§

struct UnboundedVector<T>(/* private fields */);