Trait shell_quote::QuoteRefExt
source · pub trait QuoteRefExt<Output> {
// Required method
fn quoted<Q: Quoter>(self, q: Q) -> Output;
}Expand description
Required Methods§
Object Safety§
This trait is not object safe.
pub trait QuoteRefExt<Output> {
// Required method
fn quoted<Q: Quoter>(self, q: Q) -> Output;
}