pub trait SyncOp: Operation { // Required method fn new<F: Fn() -> Vec<u16>>(cycles_fn: F) -> Self; }