pub trait CanCopyChallenger<C: Config> {
// Required method
fn copy(&self, builder: &mut Builder<C>) -> Self;
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait CanCopyChallenger<C: Config> {
// Required method
fn copy(&self, builder: &mut Builder<C>) -> Self;
}