pub trait ImplicitClone: Clone {
// Provided method
fn clone_quote_var(&self) -> Self { ... }
}
Available on crate feature
ecma_quote
only.Expand description
Noop
Provided Methods§
fn clone_quote_var(&self) -> Self
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.