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