Postgres
Error
Ext
mz_
environmentd
0.137.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
Structs
Ca
ConnectBuilder
Listeners
MzTimestamp
NoHandle
TestHarness
TestServer
TestServerWithRuntime
WithHandle
Statics
KAFKA_ADDRS
Traits
IncludeHandle
PostgresErrorExt
Functions
auth_with_ws
auth_with_ws_impl
create_postgres_source_with_table
get_explain_timestamp
get_explain_timestamp_determination
insert_with_deterministic_timestamps
make_header
make_pg_tls
try_get_explain_timestamp
wait_for_pg_table_population
mz_environmentd
::
test_util
Trait
PostgresErrorExt
Copy item path
Settings
Help
Summary
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
§