Struct pinwheel::signal_vec::DelayRemove[][src]

pub struct DelayRemove<A, B, F> where
    A: SignalVec
{ /* fields omitted */ }

Trait Implementations

Formats the value using the given formatter. Read more

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

Performs the conversion.

Performs the conversion.

Creates a SignalVec which uses a closure to transform the values. Read more

Creates a SignalVec which uses a closure to determine if a value should be included or not. Read more

Creates a SignalVec which uses a closure to sort the values. Read more

A convenience for calling SignalVec::poll_vec_change on Unpin types.

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.