pub trait PakQueryExpression { // Required method fn execute(&self, pak: &Pak) -> PakResult<OrderSet<PakPointer>>; }