Struct pinwheel::signal::MapFuture[][src]

pub struct MapFuture<A, B, C> { /* 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 Stream which contains the values of self. Read more

Creates a Signal which uses a closure to transform the value. Read more

Creates a Signal which uses a closure to transform the value. Read more

Creates a Signal which uses a closure to asynchronously transform the value. Read more

Creates a Signal which uses a closure to filter and transform the value. Read more

Creates a Signal which delays updates until a Future finishes. Read more

Creates a Signal which flattens self. Read more

A convenience for calling Signal::poll_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.