delete

Function delete 

Source
pub fn delete(table: &str, key_set: impl Into<KeySet>) -> Mutation
Expand description

delete removes the rows described by the KeySet from the table. It succeeds whether or not the keys were present.