pub trait DeepClone {
// Required method
fn deep_clone(&self, math: &mut Math) -> Self;
}
Required Methods§
fn deep_clone(&self, math: &mut Math) -> Self
Object Safety§
This trait is not object safe.
pub trait DeepClone {
// Required method
fn deep_clone(&self, math: &mut Math) -> Self;
}