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