| 95 | /// The key is valid utf-8 of the form `<expiration>.<jws>`; |
| 96 | #[derive(Clone, Debug, PartialOrd, Ord, PartialEq, Eq, Serialize, Deserialize)] |
| 97 | pub struct PeerKey(String); |
| 98 | |
| 99 | impl std::fmt::Display for PeerKey { |
| 100 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |