Hide trait method
This commit is contained in:
parent
c23e3e0bda
commit
10a850a527
@ -17,6 +17,7 @@ mod sealed {
|
||||
///
|
||||
/// This cannot be implemented outside of this crate.
|
||||
pub trait RowIndex: Sealed {
|
||||
#[doc(hidden)]
|
||||
fn __idx(&self, columns: &[Column]) -> Option<usize>;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user