Trait teardown_tree::Refill [] [src]

pub trait Refill {
    fn refill(&mut self, master: &Self);
}

A fast way to refill the tree from a master copy; adds the requirement for T to implement Copy.

Required Methods

Implementors