A type which can be serialized as a single item, or multiple items.
In some contexts, a Single may be semantically distinct from a Vec containing only item.
Single
Vec
A type which can be serialized as a single item, or multiple items.
In some contexts, a
Single
may be semantically distinct from aVec
containing only item.