pub trait Writable { // Required method fn write(&self, tx: &mut dyn Writer); }
Value that can be transmitted through a Writer.
Writer