Trait geo_aid::script::unroll::CloneWithNode
source · pub trait CloneWithNode {
// Required methods
fn clone_with_node(&mut self) -> Self;
fn clone_without_node(&self) -> Self;
}
Required Methods§
fn clone_with_node(&mut self) -> Self
fn clone_without_node(&self) -> Self
Object Safety§
This trait is not object safe.