pub type PbBackfillOrder = BackfillOrder;
Aliased Type§
struct PbBackfillOrder {
pub order: HashMap<u32, Uint32Vector>,
}
Fields§
§order: HashMap<u32, Uint32Vector>
pub type PbBackfillOrder = BackfillOrder;
struct PbBackfillOrder {
pub order: HashMap<u32, Uint32Vector>,
}
order: HashMap<u32, Uint32Vector>