Trait tc_transact::fs::Store

source ·
pub trait Store: Send + Sync + 'static {
    fn is_empty(&self, txn_id: TxnId) -> TCResult<bool>;
}
Expand description

A transactional persistent data store, i.e. a File or Dir.

Required Methods§

Implementors§