(mut self, reads: &[PassInput])
| 100 | } |
| 101 | } |
| 102 | pub fn with_reads(mut self, reads: &[PassInput]) -> Self { |
| 103 | self.reads = reads.to_vec(); self |
| 104 | } |
| 105 | pub fn with_writes(mut self, writes: &[PassOutput]) -> Self { |
| 106 | self.writes = writes.to_vec(); self |
| 107 | } |
no outgoing calls