IntoTag

Trait IntoTag 

Source
pub trait IntoTag {
    // Required method
    fn into_tag(self) -> Tag;
}
Expand description

Helper trait for all types that can be parsed as a font_types::Tag.

Required Methods§

Source

fn into_tag(self) -> Tag

Implementations on Foreign Types§

Source§

impl IntoTag for &str

Source§

fn into_tag(self) -> Tag

Source§

impl IntoTag for &[u8; 4]

Source§

fn into_tag(self) -> Tag

Source§

impl IntoTag for u32

Source§

fn into_tag(self) -> Tag

Source§

impl IntoTag for [u8; 4]

Source§

fn into_tag(self) -> Tag

Implementors§