pub trait AssertCloneCheap {
    fn assert_clone_cheap(&self);
}

Required Methods

Assert that self is cheap to clone. This noop on production build.

Implementors