usecrate::database::{DatabaseError,transaction_args::CompareAndSwapTransaction};pubtraitDeleteable: Sized {/// Deletes `self` from the database
////// This function should unlink references that point to `self`
fncreate(&self)->Result<(Self, CompareAndSwapTransaction), DatabaseError>;}