Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbfb35b2

Browse files
committed
add docs
1 parent89b91b4 commitbfb35b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎postgres-types/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,8 @@ impl WrongType {
491491
/// | `chrono::DateTime<FixedOffset>` | TIMESTAMP WITH TIME ZONE |
492492
/// | `chrono::NaiveDate` | DATE |
493493
/// | `chrono::NaiveTime` | TIME |
494+
/// | `cidr::IpCidr` | CIDR |
495+
/// | `cidr::IpInet` | INET |
494496
/// | `time::PrimitiveDateTime` | TIMESTAMP |
495497
/// | `time::OffsetDateTime` | TIMESTAMP WITH TIME ZONE |
496498
/// | `time::Date` | DATE |
@@ -842,6 +844,8 @@ pub enum IsNull {
842844
/// | `chrono::DateTime<FixedOffset>` | TIMESTAMP WITH TIME ZONE |
843845
/// | `chrono::NaiveDate` | DATE |
844846
/// | `chrono::NaiveTime` | TIME |
847+
/// | `cidr::IpCidr` | CIDR |
848+
/// | `cidr::IpInet` | INET |
845849
/// | `time::PrimitiveDateTime` | TIMESTAMP |
846850
/// | `time::OffsetDateTime` | TIMESTAMP WITH TIME ZONE |
847851
/// | `time::Date` | DATE |

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp