pub trait AvroRead: Read + Skip { }
A convenience trait for types that are both readable and skippable.
A blanket implementation is provided for all types that implement both Read and Skip.
Read
Skip