Many

Type Alias Many 

Source
pub type Many<T, D = Nothing> = Repeats<1, unsynn::::container::Many::{constant#1}, T, D>;
Expand description

One or more of T delimited by D or Nothing

Aliased Type§

pub struct Many<T, D = Nothing>(pub Vec<Delimited<T, D>>);

Tuple Fields§

§0: Vec<Delimited<T, D>>