pub type PathSepDelimitedVec<T, P = Forbidden, const MIN: usize = 0, const MAX: usize = unsynn::::container::PathSepDelimitedVec::{constant#1}> = 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}>, P, MIN, MAX>;Expand description
DelimitedVec of T delimited by :: with P as policy for the last delimiter.
Aliased Typeยง
pub struct PathSepDelimitedVec<T, P = Forbidden, const MIN: usize = 0, const MAX: usize = unsynn::::container::PathSepDelimitedVec::{constant#1}>(/* private fields */);