Module blob_url_store
net_
traits
0.1.0
Module blob_
url_
store
Module Items
Structs
Enums
Functions
In crate net_
traits
net_traits
Module
blob_
url_
store
Copy item path
Source
Structs
§
BlobBuf
Standalone blob buffer object
Blob
Resolver
Blob
Token
A reference to a blob URL that will revoke the blob when dropped, unless the
disown
method is invoked.
Blob
Token
Communicator
Token
Serialization
Guard
Guarantees that blob entries kept alive the contained token are not deallocated even if this token is serialized, dropped, and then later deserialized (possibly in a different thread).
UrlWith
Blob
Claim
This type upholds the variant that if the URL is a valid
blob
URL, then it has a token. Violating this invariant causes logic errors, but no unsafety.
Enums
§
BlobURL
Store
Error
Errors returned to Blob URL Store request
Functions
§
parse_
blob_
url
Parse URL as Blob URL scheme’s definition