logo
pub trait QuotedBuilder {
    fn quote(&self) -> char;
}

Required methods

The type of quote the builder uses.

Implementors