We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558d418 commit 9706711Copy full SHA for 9706711
crates/bitwarden-wasm-internal/src/platform/repository.rs
@@ -29,6 +29,8 @@
29
* the existing [Repository] trait.
30
* - It runs the calls in a thread-bound manner, so we can safely call the [WasmRepository]
31
* methods from any thread.
32
+* - The [create_wasm_repository] macro, defines the [wasm_bindgen] interface and implements the
33
+ [WasmRepository] trait for you.
34
*/
35
36
use std::{future::Future, marker::PhantomData, rc::Rc};
0 commit comments