postscript
pub trait Walue<P>: Sized { fn read<T: Tape>(&mut T, P) -> Result<Self>; }
A type that can be read given a parameter.
fn read<T: Tape>(&mut T, P) -> Result<Self>
Read a value.
impl Walue<usize> for Vec<u8>
impl Walue<OffsetSize> for Offset
impl Walue<usize> for CharSet
impl Walue<usize> for CharSet1
impl Walue<i32> for CharStrings