Struct read_fonts::traversal::RecordResolver
source · pub struct RecordResolver<'a> { /* private fields */ }Expand description
A struct created from a record and the data it needs to resolve any contained offsets.
Trait Implementations§
source§impl<'a> From<RecordResolver<'a>> for FieldType<'a>
impl<'a> From<RecordResolver<'a>> for FieldType<'a>
source§fn from(src: RecordResolver<'a>) -> Self
fn from(src: RecordResolver<'a>) -> Self
Converts to this type from the input type.