Skip to content

Commit 10a850a

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tokio-postgres/src/row.rs

+1
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)