macro_rules! box_clone {
    () => { ... };
}
Expand description

Implements the box_clone method of the ArgminOperator trait in order to be able to clone a Box<ArgminOperator>.