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

Commit918c100

Browse files
committed
Made one method public
Signed-off-by: chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>
1 parent98f5a11 commit918c100

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎tokio-postgres/src/row.rs‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,11 @@ impl Row {
179179
idx,
180180
));
181181
}
182-
183182
FromSql::from_sql_nullable(ty,self.col_buffer(idx)).map_err(|e|Error::from_sql(e, idx))
184183
}
185184

186185
/// Get the raw bytes for the column at the given index.
187-
fncol_buffer(&self,idx:usize) ->Option<&[u8]>{
186+
pubfncol_buffer(&self,idx:usize) ->Option<&[u8]>{
188187
let range =self.ranges[idx].to_owned()?;
189188
Some(&self.body.buffer()[range])
190189
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp