Uros Mrkobrada

Results 1 issues of Uros Mrkobrada

### Summary So here is small example. Let's say there is ```Position``` trait. ```rust #[wasm_bindgen] pub struct WasmPosition { s: P, } ``` Compiler throws errors: ``` structs with #[wasm_bindgen]...

enhancement