Module with

Module with 

Source

Structs§

As
AsCacheable
AsInner
AsMap
AsOption
A wrapper that applies another wrapper to the values contained in a type. This can be applied to a vector to map each element, or an option to map any contained value.
AsOwned
AsPreset
AsRefStr
AsString
AsTuple2
AsTuple3
AsVec
Custom
A wrapper that uses CustomConverter for serialization.
Inline
port rkyv::with::Inline but with generics support
Skip
A wrapper that skips serializing a field.
Unsupported

Traits§

AsConverter
AsInnerConverter
AsMapConverter
AsRefStrConverter
AsStringConverter
AsVecConverter
CustomConverter
A trait for writing custom serialization and deserialization.