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

Commitf0054b1

Browse files
committed
Re-export FallibleIterator from tokio-postgres
Allows wasm users to import FallibleIterator via tokio-postgres insteadof having to define the dependency themselves.Fixes#1210
1 parente1cd6be commitf0054b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎tokio-postgres/src/lib.rs‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ pub use crate::to_statement::ToStatement;
142142
pubusecrate::transaction::Transaction;
143143
pubusecrate::transaction_builder::{IsolationLevel,TransactionBuilder};
144144
usecrate::types::ToSql;
145+
pubuse fallible_iterator::FallibleIterator;
145146
use std::sync::Arc;
146147

147148
pubmod binary_copy;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp