Type Alias PbCombinedMutation

Source
pub type PbCombinedMutation = CombinedMutation;

Aliased Type§

pub struct PbCombinedMutation {
    pub mutations: Vec<BarrierMutation>,
}

Fields§

§mutations: Vec<BarrierMutation>