PathSepDelimited

Type Alias PathSepDelimited 

Source
pub type PathSepDelimited<T> = Delimited<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

T followed by an optional ::

Aliased Type§

pub struct PathSepDelimited<T> {
    pub value: T,
    pub delimiter: Option<Operator<':', ':'>>,
}

Fields§

§value: T

The parsed value

§delimiter: Option<Operator<':', ':'>>

The optional delimiter