Trait truetype::Value [] [src]

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

A type that can be read.

Required Methods

Read a value.

Implementors