Trait TopLevelTable

pub trait TopLevelTable {
    const TAG: Tag;
}
Expand description

A table that has an associated tag.

This is true of top-level tables, but not their various subtables.

Required Associated Constants§

const TAG: Tag

The table’s tag.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

§

impl TopLevelTable for Kern<'_>

§

const TAG: Tag

§

impl TopLevelTable for Loca<'_>

§

const TAG: Tag

§

impl TopLevelTable for Cff2<'_>

§

const TAG: Tag

§

impl TopLevelTable for Cff<'_>

§

const TAG: Tag