Crate wezterm_blob_leases

Source

Structs§

BlobLease
A lease represents a handle to data in the store. The lease will help to keep the data alive in the store. Depending on the policy configured for the store, it may guarantee to keep the data intact for its lifetime, or in some cases, it the store is being thrashed and at capacity, it may have been evicted.
BlobManager
ContentId
Identifies data within the store. This is an (unspecified) hash of the content
LeaseId
Represents an individual lease

Enums§

Error

Traits§

BlobStorage
Implements the actual storage mechanism for blobs
BufSeekRead

Functions§

clear_storage
get_storage
register_storage

Type Aliases§

BoxedReader