You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace public FfiDynStore wrapper with dyn FfiDynStoreTrait
Accept foreign store trait objects directly in the
UniFFI builder API and adapt them internally to
DynStoreTrait via the existing Rust-side adapter.
This removes FfiDynStore from the public surface,
keeps DynStoreTrait as the internal store abstraction,
and updates Rust tests to bridge native stores via
DynStoreWrapper instead of the old public wrapper.
[Refactor(uniffi)]
0 commit comments