Get the value of the key. To be used for defining your own `CryptoProvider`.
(&self)
| 113 | /// |
| 114 | /// To be used for defining your own `CryptoProvider`. |
| 115 | pub fn as_bytes(&self) -> &[u8] { |
| 116 | &self.content |
| 117 | } |
| 118 | } |
| 119 | |
| 120 | impl Debug for EncodingKey { |
no outgoing calls
no test coverage detected