(&self, state: &mut H)
| 98 | |
| 99 | impl StdHash for NodePropValue { |
| 100 | fn hash<H>(&self, state: &mut H) |
| 101 | where |
| 102 | H: Hasher, |
| 103 | { |
| 104 | self.id.hash(state); |
| 105 | } |
| 106 | } |
| 107 | |
| 108 | #[derive(Debug, Serialize, Deserialize)] |
no outgoing calls
no test coverage detected