pub type TableId = TypedId<1>;Aliased Type§
#[repr(transparent)]pub struct TableId(pub(crate) u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl From<OptionalAssociatedTableId> for TableId
impl From<OptionalAssociatedTableId> for TableId
Source§fn from(value: OptionalAssociatedTableId) -> Self
fn from(value: OptionalAssociatedTableId) -> Self
Converts to this type from the input type.