Skip to main content

Module fitted_adapter

Module fitted_adapter 

Source

Structs§

FittedAdapterHandleRecord
FittedAdapterManifest
FittedAdapterManifestEntry
FittedAdapterMaterializationRequest
FittedAdapterRef
InMemoryFittedAdapterStore

Enums§

FittedAdapterBackend

Constants§

FITTED_ADAPTER_MANIFEST_SCHEMA_VERSION
FITTED_ADAPTER_REF_SCHEMA_ID
FITTED_ADAPTER_REF_SCHEMA_VERSION

Traits§

RuntimeFittedAdapterStore
Runtime contract for materializing opaque host-owned fitted-adapter handles from a previously registered FittedAdapterRef. The store validates the request’s params_fingerprint against the registered ref and returns the opaque handle id. It never reads, writes or deserializes adapter payloads — payload materialization happens host-side, behind the opaque handle.