Enum rs_es::units::OneOrMany
[−]
[src]
pub enum OneOrMany<T: ToJson> { One(T), Many(Vec<T>), }
A non-specific holder for an option which can either be a single thing, or multiple instances of that thing.
Variants
One | |
Many |