pub trait CloneInMemoryScope<'c, T> {
    fn clone_in(&self, scope: &mut MemoryScope<'c>) -> T;
}

Required Methods

Implementors