1 2 3 4 5 6 7 8
use crate::packaging::part::OpenXmlPart; use crate::packaging::relationship::RelationshipId; #[allow(dead_code)] type PartPair = (RelationshipId, OpenXmlPart); #[allow(dead_code)] pub struct PartPairs {}