Struct datafrog::ExtendAnti

source ·
pub struct ExtendAnti<'leap, Key, Val, Tuple, Func>where
    Key: Ord + 'leap,
    Val: Ord + 'leap,
    Tuple: Ord,
    Func: Fn(&Tuple) -> Key,
{ /* private fields */ }
Expand description

Wraps a Relation as a leaper.

Implementations§

Constructs a ExtendAnti from a relation and key and value function.

Trait Implementations§

Estimates the number of proposed values.
Populates values with proposed values.
Restricts values to proposed values.

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.