pub type Writer = Box<dyn WriteDyn>;
Writer is a type erased Write
Write
struct Writer(/* private fields */);