Max Paulson

Results 1 issues of Max Paulson

trivially ```rust struct MyClass { a_string: String } #[node_bindgen] impl MyClass { #[node_bindgen(constructor)] fn new() -> Self { Self { a_string: function_that_returns_result().unwrap() } } } ``` This example causes the...

triage