pub trait LookupSubtable<'a>: Sized { fn parse(data: &'a [u8], kind: u16) -> Option<Self>; }
A trait for parsing Lookup subtables.
Internal use only.
Parses raw data.