MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / from

Method from

atomic-core/src/pristine/error.rs:332–334  ·  view source on GitHub ↗
(e: redb::DatabaseError)

Source from the content-addressed store, hash-verified

330
331impl From<redb::DatabaseError> for PristineError {
332 fn from(e: redb::DatabaseError) -> Self {
333 Self::Database(Box::new(e))
334 }
335}
336
337impl From<redb::TransactionError> for PristineError {

Callers

nothing calls this directly

Calls 1

TableClass · 0.85

Tested by

no test coverage detected