We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956d8a8 commit bcd7a7cCopy full SHA for bcd7a7c
sqlx-core/src/postgres/types/mod.rs
@@ -72,6 +72,7 @@
72
//! | Rust type | Postgres type(s) |
73
//! |---------------------------------------|------------------------------------------------------|
74
//! | `ipnetwork::IpNetwork` | INET, CIDR |
75
+//! | `std::net::IpAddr` | INET, CIDR |
76
//!
77
//! ### [`mac_address`](https://crates.io/crates/mac_address)
78
0 commit comments