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

Commit9e6dd65

Browse files
fix(derive): adddyn to boxed trait object
1 parent2d4f12a commit9e6dd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎postgres-derive/src/tosql.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ pub fn expand_derive_tosql(input: DeriveInput) -> Result<TokenStream, Error> {
117117
_type:&postgres_types::Type,
118118
buf:&mut postgres_types::private::BytesMut)
119119
-> std::result::Result<postgres_types::IsNull,
120-
std::boxed::Box<std::error::Error +
120+
std::boxed::Box<dynstd::error::Error +
121121
std::marker::Sync +
122122
std::marker::Send>>{
123123
#to_sql_body

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp