Trait headers::util::flat_csv::Separator

source ·
pub(crate) trait Separator {
    const BYTE: u8;
    const CHAR: char;
}

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Separator for Comma

source§

const BYTE: u8 = 44u8

source§

const CHAR: char = ','

source§

impl Separator for SemiColon

source§

const BYTE: u8 = 59u8

source§

const CHAR: char = ';'