mz_
environmentd
0.142.0-dev.0
Postgres
Error
Ext
Required Methods
unwrap_db_error
Implementations on Foreign Types
Error
Result<T, E>
Implementors
In mz_
environmentd::
test_
util
mz_environmentd
::
test_util
Trait
PostgresErrorExt
Copy item path
Source
pub trait PostgresErrorExt { // Required method fn
unwrap_db_error
(self) ->
DbError
; }
Required Methods
§
Source
fn
unwrap_db_error
(self) ->
DbError
Implementations on Foreign Types
§
Source
§
impl
PostgresErrorExt
for
Error
Source
§
fn
unwrap_db_error
(self) ->
DbError
Source
§
impl<T, E>
PostgresErrorExt
for
Result
<T, E>
where E:
PostgresErrorExt
,
Source
§
fn
unwrap_db_error
(self) ->
DbError
Implementors
§