macro_rules! create_uniffi_repository {
($name:ident, $ty:ty) => { ... };
}
Expand description
This macro creates a Uniffi repository trait and its implementation for the [bitwarden_state::repository::Repository] trait
macro_rules! create_uniffi_repository {
($name:ident, $ty:ty) => { ... };
}
This macro creates a Uniffi repository trait and its implementation for the [bitwarden_state::repository::Repository] trait