Trait autd3_core::operation::GainSTMOp
source · pub trait GainSTMOp: Operation {
// Required method
fn new<F>(
drives: Vec<Vec<Drive, Global>, Global>,
props: GainSTMProps,
cycles_fn: F
) -> Self
where F: Fn() -> Vec<u16, Global>;
}