pub fn delete(table: &str, key_set: impl Into<KeySet>) -> Mutation
delete removes the rows described by the KeySet from the table. It succeeds whether or not the keys were present.