Searched defs:Quoter (Results 1 – 3 of 3) sorted by relevance
135 pub struct Quoter { struct136 inner: bytes::Quoter, argument139 impl Quoter { implementation177 impl From<bytes::Quoter> for Quoter { implementation178 fn from(inner: bytes::Quoter) -> Quoter { in from()183 impl From<Quoter> for bytes::Quoter { implementation184 fn from(quoter: Quoter) -> bytes::Quoter { in from()
171 pub struct Quoter { struct176 impl Quoter { argument
12 public abstract class Quoter { class