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§
struct Many<T, D = Nothing>(pub Vec<Delimited<T, D>>);Fields§
§0: Vec<Delimited<T, D>>