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

Required Methods

The type of quote the builder uses.

Implementors