pub trait Readable { // Required method fn read(rx: &mut dyn Reader) -> Self; }
Value that can be retrieved from a Reader.
Reader