macro_rules! create_wasm_repository {
($name:ident, $ty:ty, $typescript_ty:literal) => { ... };
}
Expand description
This macro generates a ::wasm_bindgen interface for a repository type, and provides the implementation of WasmRepository and a way to convert it into something that implements the [Repository] trait.