pub type Any<T, D = Nothing> = Repeats<0, unsynn::::container::Any::{constant#1}, T, D>;Expand description
Any number of T delimited by D or Nothing
Aliased Type§
struct Any<T, D = Nothing>(pub Vec<Delimited<T, D>>);Fields§
§0: Vec<Delimited<T, D>>