enum DelimiterType [src]

Delimiter type for tokenization and splitting operations.

Fields

sequence
any
scalar

Source

pub const DelimiterType = enum { sequence, any, scalar }