Function spacetimedb::insert

source ·
pub fn insert<T: TableType>(table_id: TableId, row: T) -> T::InsertResult
Expand description

Insert a row of type T into the table identified by table_id.