Skip to main content

TableInternalId

Type Alias TableInternalId 

Source
pub type TableInternalId = TableReferenceId;
Expand description

Backward-compatible alias for TableReferenceId.

TableReferenceId is the canonical name for this type; this alias exists only so that other crates in the workspace do not need to be updated in lockstep with this rename.

Aliased Typeยง

pub struct TableInternalId(/* private fields */);