Skip to main content

Module pooling

Module pooling 

Source
Expand description

Deserializers that can be used standalone and provide basic capabilities.

Re-exports§

pub use crate::erased::ErasedPtr;
pub use crate::erased::FromMetadata;
pub use crate::erased::Metadata;

Structs§

Pool
A shared pointer strategy that pools together deserializations of the same shared pointer.
Unpool
A shared pointer strategy that duplicates deserializations of the same shared pointer.

Enums§

PoolingState
The result of starting to deserialize a shared pointer.

Traits§

Pooling
A shared pointer deserialization strategy.
PoolingExt
Helper methods for Pooling.
SharedPointer
A deserializable shared pointer type.