The machine-consumable JSON token.
(self)
| 99 | |
| 100 | /// The machine-consumable JSON token. |
| 101 | fn json(self) -> &'static str { |
| 102 | match self { |
| 103 | Attested::Fresh => "fresh", |
| 104 | Attested::Stale => "stale", |
| 105 | Attested::None => "none", |
| 106 | } |
| 107 | } |
| 108 | } |
| 109 | |
| 110 | /// The result of the DID-match-then-verify rule for one row. |
no outgoing calls
no test coverage detected