Trait postscript::Value
[−]
[src]
pub trait Value: Sized { fn read<T: Tape>(&mut T) -> Result<Self>; }
A type that can be read.
Required Methods
Implementors
impl Value for u8impl Value for u16impl Value for u32impl Value for [u8; 3]impl Value for FontSetimpl Value for Headerimpl Value for Operationimpl Value for Operationsimpl Value for Range1impl Value for Dictionariesimpl Value for Namesimpl Value for Stringsimpl Value for Subroutinesimpl Value for Index