Skip to main content

Module retry_hint

Module retry_hint 

Source

Re-exportsยง

pub use etcd::retry_hint_from_etcd_error;
pub use mysql::is_mysql_serialization_error;
pub use mysql::retry_hint_from_sqlx_error;
pub use postgres::is_postgres_serialization_error;
pub use postgres::retry_hint_from_postgres_error;
pub use postgres::retry_hint_from_postgres_pool_error;

Modulesยง

etcd ๐Ÿ”’
mysql ๐Ÿ”’
postgres ๐Ÿ”’