devela::_dep::rkyv::de

Module pooling

Available on crate feature dep_rkyv only.
Expand description

Deserializers that can be used standalone and provide basic capabilities.

Structs§

  • A type-erased pointer.
  • A shared pointer strategy that pools together deserializations of the same shared pointer.
  • A shared pointer strategy that duplicates deserializations of the same shared pointer.

Enums§

  • The result of starting to deserialize a shared pointer.

Traits§

Unions§