[][src]Type Definition qip::pipeline::SideChannelModifierFn

type SideChannelModifierFn = dyn Fn(&[u64]) -> Result<Vec<StateModifier>, CircuitError>;

A functions which maps measured values to a series of StateModifiers which will be applied to the state.