Type Alias RecordId

Source
pub type RecordId = Thing;
Expand description

Record ID

Aliased Type§

struct RecordId {
    pub tb: String,
    pub id: Id,
}

Fields§

§tb: String

Table name

§id: Id