[−][src]Trait foundationdb::TransactError
A trait that must be implemented to use Database::transact this application error types.
Required methods
fn try_into_fdb_error(self) -> Result<FdbError, Self>
Implementors
impl TransactError for HcaError[src]
fn try_into_fdb_error(self) -> Result<FdbError, Self>[src]
impl TransactError for FdbError[src]
fn try_into_fdb_error(self) -> Result<FdbError, Self>[src]
impl<T> TransactError for T where
T: From<FdbError> + TryInto<FdbError, Error = T>, [src]
T: From<FdbError> + TryInto<FdbError, Error = T>,