Type Alias Subtable

pub type Subtable<'a> = TableRef<'a, SubtableMarker>;
Expand description

A subtable in a kerx table.

Aliased Typeยง

pub struct Subtable<'a> { /* private fields */ }