We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent89b91b4 commitbfb35b2Copy full SHA for bfb35b2
postgres-types/src/lib.rs
@@ -491,6 +491,8 @@ impl WrongType {
491
/// | `chrono::DateTime<FixedOffset>` | TIMESTAMP WITH TIME ZONE |
492
/// | `chrono::NaiveDate` | DATE |
493
/// | `chrono::NaiveTime` | TIME |
494
+/// | `cidr::IpCidr` | CIDR |
495
+/// | `cidr::IpInet` | INET |
496
/// | `time::PrimitiveDateTime` | TIMESTAMP |
497
/// | `time::OffsetDateTime` | TIMESTAMP WITH TIME ZONE |
498
/// | `time::Date` | DATE |
@@ -842,6 +844,8 @@ pub enum IsNull {
842
844
843
845
846
847
848
849
850
851