Any

Type Alias Any 

Source
pub type Any<T, D = Nothing, P = Optional> = DelimitedVec<T, D, P, 0, unsynn::::container::Any::{constant#1}>;
Expand description

Any number of T delimited by D or Nothing

Aliased Typeยง

pub struct Any<T, D = Nothing, P = Optional>(/* private fields */);