pub struct Iterator<'a, T> where
    T: Packer + PrimaryValueInterface + Default
{ /* private fields */ }
Expand description

Implementations

get primary key of iterator access TableI64 to extract primary key from value if primary key is not cached

return true if iterator is valid, else false

return true if it’s an end iterator, else false use this method to check the return value of MultiIndex.end or TableI64.end

help function for asserting on valid iterator

help function for asserting on invalid iterator

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.