Trait postscript::ValueX
[−]
[src]
pub trait ValueX<P>: Sized { fn read<T: Tape>(&mut T, P) -> Result<Self>; }
A type that can be read provided a parameter.
Required Methods
Implementors
impl ValueX<usize> for Charsetimpl ValueX<i32> for Charstringsimpl ValueX<OffsetSize> for Offsetimpl ValueX<usize> for Vec<u8>