pub trait QuotedBuilder { // Required method fn quote(&self) -> char; }
The type of quote the builder uses.