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