pub type LowDeserializer<E> = Strategy<(), E>;Expand description
A general-purpose deserializer suitable for environments where allocations cannot be made.
This is part of the low-level API.
Aliased Typeยง
pub struct LowDeserializer<E> { /* private fields */ }