Trait read_fonts::ReadArgs

source ·
pub trait ReadArgs {
    type Args: Copy;
}
Expand description

A trait for a type that needs additional arguments to be read.

Required Associated Types§

Implementations on Foreign Types§

Implementors§