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