Modules§
- repository 🔒
- To support clients implementing the [Repository] trait in a ::wasm_bindgen environment,
we need to deal with an
extern "C"
interface, as that is what ::wasm_bindgen supports:
extern "C"
interface, as that is what ::wasm_bindgen supports: