usecrate::database::{DatabaseError,transaction_args::CompareAndSwapTransaction};pubtraitCreateable: Sized {typeCreateArgs;/// Creates a new [`Self`] in the database using [`Self::CreateArgs`]
fncreate(cas_tx:&mut CompareAndSwapTransaction,
args:Self::CreateArgs,
)->Result<Self, DatabaseError>;}