Skip to main content

luaur_analysis/records/
reduce_pack_constraint.rs

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