Type Alias UnboundedVector

pub type UnboundedVector<T> = Vector<T, fidl::::encoding::UnboundedVector::{constant#0}>;
Expand description

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

Aliased Typeยง

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