pub async fn execute_link_table_ops<C: Connection>(
cx: &Cx,
conn: &C,
ops: &[LinkTableOp],
) -> Outcome<usize, Error>Expand description
Execute a batch of link table operations.
pub async fn execute_link_table_ops<C: Connection>(
cx: &Cx,
conn: &C,
ops: &[LinkTableOp],
) -> Outcome<usize, Error>Execute a batch of link table operations.