fidl::encoding

Type Alias 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 */);