Expand description
Storage backend plugins — MATCH / CREATE against pluggable stores.
M5a (2026-05-24): traits are #[async_trait]. Real backends such as the
lance:// adapter in uni-plugin-builtin need to drive async I/O
through uni-store; the plugin surface mirrors that shape so adapters
don’t have to fabricate a blocking runtime per call.
Structs§
- Branch
Metadata - Metadata returned by
Storage::forkdescribing the newly-created branch. - Storage
Options - Options passed at backend open time.
- Write
Handle - Opaque write handle returned by
Storage::write_batch.
Traits§
- Storage
- Per-instance storage interface.
- Storage
Backend - A storage backend identified by URI scheme.