TableId

Type Alias TableId 

Source
pub type TableId = TypedId<1>;

Aliased Type§

#[repr(transparent)]
pub struct TableId(pub(crate) u32);

Tuple Fields§

§0: u32

Implementations§

Trait Implementations§

Source§

impl From<OptionalAssociatedTableId> for TableId

Source§

fn from(value: OptionalAssociatedTableId) -> Self

Converts to this type from the input type.