fn hard_delete(
index: &SqliteBackend,
ids: &[(MemoryId, String, Memory)],
) -> DeleteResultExpand description
Performs hard delete (permanent) on the given memories.
fn hard_delete(
index: &SqliteBackend,
ids: &[(MemoryId, String, Memory)],
) -> DeleteResultPerforms hard delete (permanent) on the given memories.