GroupDelimiter

Trait GroupDelimiter 

Source
pub trait GroupDelimiter: Sealed {
    // Required method
    fn delimiter(&self) -> Delimiter;
}
Expand description

Access to the surrounding Delimiter of a GroupContaining and its variants.

Required Methods§

Source

fn delimiter(&self) -> Delimiter

The surrounding Delimiter of the group.

Implementors§