SfntVersion

Trait SfntVersion 

Source
pub trait SfntVersion {
    // Required method
    fn sfnt_version(&self) -> u32;
}

Required Methods§

Source

fn sfnt_version(&self) -> u32

Implementations on Foreign Types§

Source§

impl<T: SfntVersion> SfntVersion for Box<T>

Implementors§