pub trait DynDeserializer { }
Expand description

An object-safe version of Deserializer.

Trait Implementations

The error produced by any failing methods.

Implementations on Foreign Types

Implementors