Trait truetype::Value

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

A type that can be read.

Required Methods§

Read a value.

Implementations on Foreign Types§

Implementors§