(&self)
| 52 | #[wasm_bindgen(js_name = "toString")] |
| 53 | #[allow(clippy::inherent_to_string)] |
| 54 | pub fn to_string(&self) -> String { |
| 55 | self.0.to_string() |
| 56 | } |
| 57 | |
| 58 | /// Creates an execution object from a string representation of an execution. |
| 59 | /// |
no outgoing calls
no test coverage detected