pub type PathSepDelimitedVec<T> = DelimitedVec<T, Operator<unsynn::::punct::PathSep::{constant#0}, unsynn::::punct::PathSep::{constant#1}, unsynn::::punct::PathSep::{constant#2}, unsynn::::punct::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<':', ':'>>>