implicit*/
| 106 | /*implicit*/ Future(const ErrnoFailure& failure); |
| 107 | |
| 108 | /*implicit*/ Future(const Future<T>& that) = default; |
| 109 | /*implicit*/ Future(Future<T>&& that) = default; |
| 110 | |
| 111 | template <typename E> |
nothing calls this directly
no outgoing calls
no test coverage detected