1use crate::type_aliases::type_pack_id::TypePackId; 2 3#[derive(Debug, Clone)] 4pub struct ReducePackConstraint { 5 pub(crate) tp: TypePackId, 6}