[][src]Trait v9::table::TableMarker

pub trait TableMarker: 'static + Default + Copy + Send + Sync + Register + Debug {
    type RawId: Raw;

    const NAME: Name;

    fn header() -> TableHeader;
}

Associated Types

type RawId: Raw

Loading content...

Associated Constants

const NAME: Name

Loading content...

Required methods

Loading content...

Implementors

impl TableMarker for Marker[src]

type RawId = u32

Loading content...