pub type DynEncoder<'w, W> = Box<dyn EncodeTo<W> + 'w>;
Expand description

An encoder with its type erased.