Trait truetype::Value

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

A type that can be read.

Required Methods

Read a value.

Implementations on Foreign Types

Implementors