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