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§

source

fn clone_with_node(&mut self) -> Self

source

fn clone_without_node(&self) -> Self

Object Safety§

This trait is not object safe.

Implementors§