Trait TopLevelTable

Source
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§

Source

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§