Macro create_wasm_repositories

Source
macro_rules! create_wasm_repositories {
    ( $container_name:ident ; $( $qualified_type_name:ty, $type_name:ident, $field_name:ident, $repo_name:ident );+ $(;)? ) => { ... };
}
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.