pub trait CanCopyChallenger<C: Config> {
    // Required method
    fn copy(&self, builder: &mut Builder<C>) -> Self;
}

Required Methods§

source

fn copy(&self, builder: &mut Builder<C>) -> Self

Object Safety§

This trait is not object safe.

Implementors§