Type Alias PathSepDelimitedVec

Source
pub type PathSepDelimitedVec<T> = DelimitedVec<T, Operator<unsynn::::operator::names::PathSep::{constant#0}, unsynn::::operator::names::PathSep::{constant#1}, unsynn::::operator::names::PathSep::{constant#2}, unsynn::::operator::names::PathSep::{constant#3}>>;
Expand description

Vector of T delimited by ::

Aliased Type§

struct PathSepDelimitedVec<T>(pub Vec<Delimited<T, Operator<':', ':'>>>);

Fields§

§0: Vec<Delimited<T, Operator<':', ':'>>>