pub trait IntoTag { // Required method fn into_tag(self) -> Tag; }
Helper trait for all types that can be parsed as a font_types::Tag.
font_types::Tag