Skip to main content

Module codec

Module codec 

Source
Expand description

Serialization codecs for cache entries.

Implement CacheCodecImpl on concrete types, then use CacheCodec::from_impl to produce a type-erased codec for the cache.

Structs§

CacheCodec
Type-erased codec for serializing and deserializing cache entries.

Traits§

CacheCodecImpl
Serialization trait for cache entries.