Crate plumb

Source

Modules§

tuple_utils
A simple set of utility traits for working with tuples

Macros§

result_err
result_ok

Structs§

AAndThen
AMap
ASeq
AndThen
Bind
Id
Map
MapBind
Arc is used to clone the inner type lazily. First the Arc gets cloned so the inner T can be reachable in an async move block (as opposed to reference captured in a normal async block, which makes them ?Send). Then, S is run and the inner T is cloned iff the result is ok.
MapTuple
Seq
Tuple

Traits§

Pipe
PipeExt
ResultT

Functions§

id
test

Type Aliases§

PinBoxFut