pub trait CopyStats {
    fn copy_stats(&mut self, stats: &mut NodeStats);
}

Required Methods§

Implementors§