(&self)
| 60 | #[wasm_bindgen(js_name = "toString")] |
| 61 | #[allow(clippy::inherent_to_string)] |
| 62 | pub fn to_string(&self) -> String { |
| 63 | self.0.to_string() |
| 64 | } |
| 65 | |
| 66 | /// Builds a request object from a string representation of a request. |
| 67 | /// |
no outgoing calls