Function tikv::storage::mvcc::reader::scanner::forward::scan_latest_handle_lock[][src]

fn scan_latest_handle_lock<S: Snapshot, T>(
    current_user_key: Key,
    cfg: &mut ScannerConfig<S>,
    cursors: &mut Cursors<S>,
    statistics: &mut Statistics
) -> Result<HandleRes<T>>