pub type UnboundedVector<T> = Vector<T, fidl::::encoding::UnboundedVector::{constant#0}>;
The FIDL type vector<T> or vector<T>:MAX.
vector<T>
vector<T>:MAX
struct UnboundedVector<T>(/* private fields */);