(&self)
| 235 | #[wasm_bindgen(js_name = "toString")] |
| 236 | #[allow(clippy::inherent_to_string)] |
| 237 | pub fn to_string(&self) -> String { |
| 238 | self.0.to_string() |
| 239 | } |
| 240 | |
| 241 | /// Gives the type of the plaintext. |
| 242 | /// |
no outgoing calls
no test coverage detected