Skip to content

Commit 10a850a

Browse files
committed
Hide trait method
1 parent c23e3e0 commit 10a850a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tokio-postgres/src/row.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ mod sealed {
1717
///
1818
/// This cannot be implemented outside of this crate.
1919
pub trait RowIndex: Sealed {
20+
#[doc(hidden)]
2021
fn __idx(&self, columns: &[Column]) -> Option<usize>;
2122
}
2223

0 commit comments

Comments
 (0)