Trait shell_quote::QuoteExt
source · pub trait QuoteExt {
// Required method
fn push_quoted<'q, Q, S>(&mut self, _q: Q, s: S)
where Q: QuoteInto<Self>,
S: ?Sized + Into<Quotable<'q>>;
}Expand description
Required Methods§
fn push_quoted<'q, Q, S>(&mut self, _q: Q, s: S)
Object Safety§
This trait is not object safe.