pub type DynDecoder<S> = Box<dyn DecodeFrom<S>>;
Expand description
A decoder with its type erased.
Aliased Typeยง
struct DynDecoder<S>(/* private fields */);
pub type DynDecoder<S> = Box<dyn DecodeFrom<S>>;
A decoder with its type erased.
struct DynDecoder<S>(/* private fields */);