pub trait WithComma<'r, 'a> {
    // Required method
    fn with_comma(self, comma: DeflatedComma<'r, 'a>) -> Self;
}

Required Methods§

source

fn with_comma(self, comma: DeflatedComma<'r, 'a>) -> Self

Implementors§