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