Skip to content

Commit 9706711

Browse files
committed
Mention macro as well
1 parent 558d418 commit 9706711

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/bitwarden-wasm-internal/src/platform/repository.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
* the existing [Repository] trait.
3030
* - It runs the calls in a thread-bound manner, so we can safely call the [WasmRepository]
3131
* methods from any thread.
32+
* - The [create_wasm_repository] macro, defines the [wasm_bindgen] interface and implements the
33+
[WasmRepository] trait for you.
3234
*/
3335

3436
use std::{future::Future, marker::PhantomData, rc::Rc};

0 commit comments

Comments
 (0)