[][src]Function sanakirja::prev

pub unsafe fn prev<T: Transaction, K: Representable, V: Representable>(
    txn: &T,
    cursor: &mut Cursor
) -> Result<Option<(K, V)>, CRCError>

Return the current element, and then move the cursor backwards by one step. See the documentation for next for more detail.