Trait shell_quote::Quote
source · pub trait Quote<OUT: Default>: QuoteInto<OUT> {
// Provided method
fn quote<'q, S: ?Sized + Into<Quotable<'q>>>(s: S) -> OUT { ... }
}Expand description
Quoting/escaping a string of bytes into a shell-safe form.
Provided Methods§
Object Safety§
This trait is not object safe.