1 2 3 4 5
use crate::packaging::part::OpenXmlPart; use crate::packaging::relationship::RelationshipId; type PartPair = (RelationshipId, OpenXmlPart); pub struct PartPairs {}