Trait allsorts_no_std::layout::LayoutTableType[][src]

pub trait LayoutTableType: Sized {
    type LookupType;
    type BaseLookupType: Copy + PartialEq;
    fn check_lookup_type(
        lookup_type: u16
    ) -> Result<LookupType<Self>, ParseError>; }

Associated Types

Loading content...

Required methods

Loading content...

Implementors

Loading content...