Type Alias PbDispatchStrategy

Source
pub type PbDispatchStrategy = DispatchStrategy;

Aliased Type§

struct PbDispatchStrategy {
    pub type: i32,
    pub dist_key_indices: Vec<u32>,
    pub output_indices: Vec<u32>,
}

Fields§

§type: i32§dist_key_indices: Vec<u32>§output_indices: Vec<u32>