Type Alias SequenceOfValue

Source
pub type SequenceOfValue<T> = VecDeep<T>;

Aliased Type§

struct SequenceOfValue<T>(pub Vec<T>);

Fields§

§0: Vec<T>