Modules§
- tuple_
utils - A simple set of utility traits for working with tuples
Macros§
Structs§
- AAnd
Then - 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