Trait postscript::Value[][src]

pub trait Value: Sized {
    fn read<T: Tape>(tape: &mut T) -> Result<Self>;
}

A type that can be read.

Required methods

fn read<T: Tape>(tape: &mut T) -> Result<Self>[src]

Read a value.

Loading content...

Implementations on Foreign Types

impl Value for u8[src]

impl Value for u16[src]

impl Value for u32[src]

impl Value for [u8; 3][src]

Loading content...

Implementors

impl Value for Range1[src]

impl Value for Dictionaries[src]

impl Value for Index[src]

impl Value for Names[src]

impl Value for Strings[src]

impl Value for Subroutines[src]

impl Value for FontSet[src]

impl Value for Header[src]

impl Value for Operations[src]

impl Value for Operation[src]

Loading content...